Skip to content

A collection of most useful Data Structures and Algorithms implemented in various languages.

License

Notifications You must be signed in to change notification settings

Data-Science-Community-SRM/Algorithms-for-Programming

Repository files navigation

HitCount

Algorithms for Programming

Hey folks!, Here is the Repo to kickstart your programming journey.


C++ Docs Complier

Preview

  • A curated list of algorithms to learn and/or practice algorithms. Inspired by the curiosity for learning programming from scratch

If you want to contribute, please read the contribution guidelines.

Topics


Resources

  • Pre-requisites:

    • Learn Basic Language C, C++ or Python
    • Practice on online coding platforms (hackerrank, spoj, codechef, codeforces)
  • Online courses

File structure

  ├── Algorithm Name     
  │   ├── Notes                           
  │       ├── notes.md 
  |   ├──Simple Questions
  |       ├──basicquestion.md
  |   ├──Medium or Hard Questions
  |       ├──medium-hard-questions.md  
  └── README.md

Blogs

Awesome list of blogs, mainly for competitive programming but you can refer to these when learning a new topic/algorithm

Tools

Some tools that can help you in the learning of algorithms

License

License

Made with ❤️ by DS Community SRM