-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Quick Reference GuideRelates to the misc/quick-reference-guides section of the handbookRelates to the misc/quick-reference-guides section of the handbookgood first issue
Description
This one is a bit tricky, but here is how I think it can go:
- Review all the codewars we tend to assign students during a cohort
- Break each one down into a technique used to solve it. e.g.:
- Splitting a string
- Filtering an array
- Mapping an array
- Summing data
- Conditional ("if")
- Switch statements
- Even vs odd
- etc.
- Then for each of those write that as an algorithm step and a brief statement about:
a. How to determine an algorithm might need that approach
b. How to implement it in an algorithm (give an example)
Metadata
Metadata
Assignees
Labels
Quick Reference GuideRelates to the misc/quick-reference-guides section of the handbookRelates to the misc/quick-reference-guides section of the handbookgood first issue