Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.9 KB

File metadata and controls

25 lines (15 loc) · 1.9 KB

Algorithm Helper

Welcome to the open-source content for Algorithm Helper! We'd like to become a valuable resource for anyone interested in algorithms, data structures, and computer science concepts. We'd love to have you contribute your knowledge; before doing so, please read this page.

The content here is hosted by Github here, accessible at: http://rkpandey.com/AlgorithmHelper/

Instructions

Above all else, our writing style is understandable. We want readers to get the core concepts of the topic as they read it on the go, on their phone. Our guides are less about facts and more intuition. We prefer language-agnostic concepts rather than going into gritty implementation details. Writing a guide is a great way to understand something even better =)

The content in this project is meant to be easily modifiable. All content is written in markdown. Feel free to modify pages inline.

TODO: how to adding a new page.

Other sources for learning algorithms

Acknoledgements

  • Codepath serves as a template for how useful a community wiki can be, along with wonderful teaching and mentorship.
  • BetterExplained is a fantastic example of how to explain concepts in an intuitive way, written by the fantastic Kalid Azad.
  • Vimal has made meaningful contributions in building and advising about the app.