Inductive Intuition #17
Merged
brandonspark merged 7 commits intosmlhelp:masterfrom Sep 3, 2020
lenghuang:master
Merged
Conversation
just a few minor edits, but otherwise it looks good! Let's Go To Mars!
Contributor
|
made a few minor changes, but otherwise looks good to me! Let's Go To Mars! |
Collaborator
Author
My bad about the parentheses and thanks for the lookover :D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a section to
inductionabout approaching recursive functions with an inductive mindset. This was something I didn't really realize until a TA explained it to me in office hours. It's pretty obvious after hearing it, but many of my friends didn't know either. Thought it could help to have on smlhelp.Excuse the massive amount of changes in the
README.mdthat's my code formatter acting up. All I changed was adding a bullet point for the newinductionintuition.md.The guide uses
treeSumas an example for explaining how inductive proofs and recursion problems are closely related.In line 56, will replace that link with a structural induction link if/when that gets made.