Skip to content

Instantly share code, notes, and snippets.

@matt-winzer
Created November 7, 2017 20:52
Show Gist options
  • Save matt-winzer/6c1983feb4419bc192518abd9043619a to your computer and use it in GitHub Desktop.
Save matt-winzer/6c1983feb4419bc192518abd9043619a to your computer and use it in GitHub Desktop.

Need to get 6 standards from 1 to 3 to get 2.8!

Finish Off

  • Use Polya technique at a whiteboard
  • Describe what closures are and how they work in JS

TODO (need 4 of the following standards)

CS

  • Describe hash maps and sets
  • Describe trees and graphs
  • Discuss common searching algorithms
  • Discuss common sorting algorithms
  • Explain Big O of O(1), O(n), and O(n^2)
  • Explain Big O of O(log n) and O(n log n)

Programming

  • Refactor loops to use functional style
    • Don't have to imlement all, just explain how they work to me or Roberto
  • Test drive a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment