An open API service indexing awesome lists of open source software.

https://github.com/krisnova/homework

Nova doing hacks for interviews
https://github.com/krisnova/homework

Last synced: 6 months ago
JSON representation

Nova doing hacks for interviews

Awesome Lists containing this project

README

          

# job2021
Nova doing hacks for interviews

## Must Know

- Tries
- Vectors / ArrayLists
- Breadth First Search
- Depth First Search
- Merge Sort
- Quick Sort
- Tree Insert / Find / etc
- Bit Manipulation
- Singleton
- Factor
- Memory (Stack vs Heap)
- Recursion
- O(n)
- Dynamic Programming

## Data Structures

- Stacks
- Queues
- Linked Lists
- Binary Trees
- Hash Tables
- Binary Search
- Heap