Skip to content

Queues - Sofia Kim - Recursion-tracing #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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!

@@ -1,7 +1,7 @@
# Recursion Problems

## 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