Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Created April 15, 2020 12:24
Show Gist options
  • Star 37 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save emmabostian/c996c68458dd5eb770529b52dd7bfb00 to your computer and use it in GitHub Desktop.
Save emmabostian/c996c68458dd5eb770529b52dd7bfb00 to your computer and use it in GitHub Desktop.
Data Structures
- Stacks
- Queues
- Linked lists
- Graphs
- Trees
- Tries
Concepts
- Big O Notation
- Recursion
Sorting algorithms
- Merge sort
- Quick sort
- Insertion sort
Searching algorithms
- Binary search
- Depth-first search
- Breadth-first search
Tree traversals
- In-order traversal
- Pre-order traversal
- Post-order traversal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment