Created
April 15, 2020 12:24
-
-
Save emmabostian/c996c68458dd5eb770529b52dd7bfb00 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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