Skip to content
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

Quick Refeference Guide: Typical primitive algorithm steps #110

Open
gstark opened this issue Oct 19, 2020 · 1 comment
Open

Quick Refeference Guide: Typical primitive algorithm steps #110

gstark opened this issue Oct 19, 2020 · 1 comment
Labels
good first issue Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook

Comments

@gstark
Copy link
Contributor

gstark commented Oct 19, 2020

This one is a bit tricky, but here is how I think it can go:

  1. Review all the codewars we tend to assign students during a cohort
  2. 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.
  1. 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)
@gstark gstark added Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook good first issue labels Oct 19, 2020
gstark added a commit that referenced this issue Feb 3, 2021
@gstark
Copy link
Contributor Author

gstark commented Feb 3, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook
Projects
None yet
Development

No branches or pull requests

1 participant