Skip to content

Instantly share code, notes, and snippets.

@thundergolfer
Created October 14, 2017 03:14
Show Gist options
  • Save thundergolfer/2eb8d4b1e7a6a6745d59c43aa8ccf232 to your computer and use it in GitHub Desktop.
Save thundergolfer/2eb8d4b1e7a6a6745d59c43aa8ccf232 to your computer and use it in GitHub Desktop.
A short sheet to print out and check over when you forget how to break down a programming problem

Do you need to SEARCH?..

  • BINARY search

Graph

  • Depth First Search
  • Breadth First Search

Do you need to

LINKED LIST

Good For: ADD/DELETE from START/END of a list

  • Can you use to TWO POINTERS?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment