Skip to content

Conversation

@Sofia15
Copy link

@Sofia15 Sofia15 commented Mar 28, 2017

Recursion Tracing

Thanks for doing some brain yoga. You are now submitting this assignment!

Comprehension Questions

Question Answer
Did you define all the recursion terms? Yes
How do you feel about tracing recursive problems? (good, bad, ugly, neutral) Good
Would you like help/follow up about recursion? I would like to practice more with upcoming CS classes with Crystal.

@sudocrystal
Copy link

Sorry it's taken me a while to get to feedback for everyone. Do you still feel this way I would like to practice more with upcoming CS classes with Crystal.? If so, slack me and let's set some time to work through things!


## Definitions
Define the following:
Define the following:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any definitions.

- What is mystery6("Hi, there!")?
- What is mystery6("goodnight moon")? "moon goodnight"
- What is mystery6("Ada Developers Academy")? "Ada Developers Ada"
- What is mystery6("Hi, there!")? m6("") + "there! Hi,"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor, but notable: all of these answers should have a leading space. " moon goodnight", " Academy Developers Ada", " there! Hi,"

@sudocrystal
Copy link

Recursion Tracing

Missing definitions, but traces look good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants