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

https://github.com/rajatm544/dsa-notes


https://github.com/rajatm544/dsa-notes

Last synced: 7 months ago
JSON representation

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
- Graphs

3. 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