This repo was forked from Amelia Downs's repo
This is now being used for Girl Develop It San Francisco's Algorithms & Whiteboarding classes
Algorithms-Whiteboarding/
README.md
questions/
<question>/
problem.md
solutions/
<solution>
Note: there are questions that are not in directory yet, feel free to modify it to match the folder structure
- Daily Byte
- Khan Academy's Algorithms Course
- Interview Cake
- Project Euler - questions that need efficient algorithms
- Brian Stroti's Ruby Graph Algorithms
- Coursera: Algorithms, Part I from Princeton
- Coursera: Algorithms: Design and Analysis, Part 1 from Stanford
- Andy's answer to: Why have tech interview become hard?
Add your solutions by making a Pull Request
Branch
- https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging
- https://gist.github.com/blackfalcon/8428401
Pull Request
Forking & Pull Request
- https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github
- https://www.codenewbie.org/blogs/how-to-make-a-pull-request
Jessica Dene Earley-Cha