Skip to content

Quick Refeference Guide: Typical primitive algorithm steps #110

@gstark

Description

@gstark

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions