- If you get in the habit of looking up answers before putting in a real effort to solve them yourself, you are setting yourself up for failure in interviews.
- RIOTWalk Interview Method
- Interviewing Notes
- Big O Notation Cheat Sheet
- neetcode - interview algos with solution videos
- Tech Interview Handbook
- Extra Student Resources - Shared Drive Folder
git clone https://github.com/TheCodingDojo/algorithms.git
cd algorithms
npm i
to install dependencies.
git pull
whenever you want to check for new changes.- To avoid merge conflicts if you want to take your own notes or add your own solutions, create a new file for whatever algo you are working on.
- jasmine notes