A personal library. Holds my study notes, contest results, data structures, and practice problems.
https://github.com/IsaacBell/Algorithms/tree/master/templates
Also see Geometry Suite
https://github.com/IsaacBell/Algorithms/tree/master/reference
Study notes are listed under _notes.md
in their respective folders.
- "Introduction to Algorithms" by Cormen, Leiserson, Rivest, and Stein
- "Algorithms" by Sanjoy Dasgupta, Christos H. Papadimitriou, and Umesh Vazirani
- "The Art of Computer Programming" by Donald E. Knuth
- "Competitive Programmer's Handbook" by Antti Laaksonen
- "Algorithm Design Manual" by Steven S. Skiena
- "Dynamic Programming for Coding Interviews" by Meenakshi and Kamal Rawat
- "Graph Algorithms" by Robert Sedgewick and Kevin Wayne
- "Data Structures and Algorithms in Python" by Michael T. Goodrich, Roberto Tamassia, and Michael H. Goldwasser
- "Cracking the Coding Interview" by Gayle McDowell
- "Programming Challenges: The Programming Contest Training Manual" by Steven S. Skiena and Miguel A. Revilla
- https://www.youtube.com/@WilliamFiset-videos
- https://www.youtube.com/@formulaintuition8756
- https://www.youtube.com/@Errichto2
- https://www.youtube.com/@ColinGalen
- https://www.youtube.com/@gkcs
- https://www.youtube.com/@RachitJain
- https://www.youtube.com/@SimonsInstituteTOC
- https://www.youtube.com/@tusharroy2525
- https://www.youtube.com/@AlgorithmsLive
- https://www.youtube.com/@JennyslecturesCSIT
- https://www.youtube.com/@procdalsinazev
- https://www.youtube.com/@mathsunboxed
- https://www.youtube.com/@RandellHeyman
- https://www.youtube.com/@BenLangmead
- https://www.youtube.com/@WrathofMath
https://github.com/IsaacBell/Algorithms/tree/master/cses
About 2/3 completed
https://github.com/IsaacBell/Algorithms/tree/master/atcoder/dp
Several problems left unsolved as of March 24, 2022.
Effort is back underway of Feb 2023!
- Study how to use the Pigeonhole Principle algorithmically
Start w/ Red vs. Blue: https://codeforces.com/blog/entry/100938
- Study different binary search constructions
Review Fault-Tolerant Network: https://codeforces.com/contest/1651/problem/C