https://github.com/rajatm544/dsa-notes
https://github.com/rajatm544/dsa-notes
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajatm544/dsa-notes
- Owner: Rajatm544
- Created: 2021-05-31T17:54:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T18:10:50.000Z (over 4 years ago)
- Last Synced: 2025-01-07T05:44:47.452Z (9 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
## These are from the course 'Master the Coding Interview: DSA by Andrei Ng.'
**Technical:**
1. Big O notation
2. Data structures:
- Arrays
- Hash Tables
- Singly Linked Lists
- Doubly Linked Lists
- Queues
- Stacks
- Trees (BST, AVL Trees, Red Black Trees, Binary Heaps)
- Tries
- Graphs3. Algorithms:
- Recursion
- Sorting
- Searching
- Tree Traversal
- Breadth First Search
- Depth First Search
- Dynamic Programming**Non Technical:**
- How to get more interviews
- What to do during interviews
- What do do after the interview
- How to answer interview questions
- How to handle offers
- How to negotiate your salary
- How to get a raise