Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singhayushh/b216ea89e4338efa0bc1ed24dada375b to your computer and use it in GitHub Desktop.
Save singhayushh/b216ea89e4338efa0bc1ed24dada375b to your computer and use it in GitHub Desktop.
DSA Material

THEORY -

  1. [CLRS Book Solutions] (https://github.com/gzc/CLRS)

  2. [William Fiset] (https://www.youtube.com/watch?v=RBSGKlAvoiM&ab_channel=freeCodeCamp.org)

  3. [Interview Camp] (https://drive.google.com/drive/u/0/folders/1dIeMx4tAnmTogCl5ltugfITBzJ15mVXP)

  4. [Awesome-Algorithms] (https://github.com/tayllan/awesome-algorithms#readme)

  5. [Interview Centered] (https://drive.google.com/drive/u/0/folders/1dIeMx4tAnmTogCl5ltugfITBzJ15mVXP)

  6. [MIT - Introduction to Algorithms (SMA 5503)] (https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/index.htm)

  7. [Discuss - CodeChef] (https://discuss.codechef.com/t/data-structures-and-algorithms/6599)

  8. [Programiz] (https://www.programiz.com/dsa/algorithm)

  9. [CSE 250] (https://cse250.wordpress.com/)

  10. [HackerEarth] (https://www.hackerearth.com/practice/)

  11. [Abdul Bari] (https://drive.google.com/drive/u/0/folders/1szZmcER2CjAFbcqCLitTn_4nyv0wxUjn?direction=a)

  12. [Codedrills] (https://codedrills.io/problems)

  13. [DSA Book - Granville Barnett, and Luca Del Tongo] (https://drive.google.com/file/d/0B48k2jhdQ5P2aVlmMFB1UUJLczA/edit)

  14. [MIT Lecture Notes] (https://catonmat.net/mit-introduction-to-algorithms-part-one)

  15. [Big-O Cheat Sheet] (https://www.bigocheatsheet.com/)

  16. [Algorithms in C++] (https://github.com/PetarV-/Algorithms)

  17. [Algo Deck - is an open-source collection of +200 algorithmic flash cards] (https://github.com/teivah/algodeck)

  18. [IITV - Awesome Algorithms] (https://github.com/tayllan/awesome-algorithms#readme)

  19. [Resources for DSA] (https://github.com/iiitv/resources/blob/master/dsa-cp.md)

  20. [Exhaustive List of more DSA] (https://github.com/mandliya/algorithms_and_data_structures)

PROBLEMS -

  1. [CodeChef - DSA Learning Series] (https://www.codechef.com/LEARNDSA?order=desc&sortBy=successful_submissions)

  2. [Codeabbey] (https://www.codeabbey.com/index/task_list)

  3. [C/C++ Programs] (https://www.geeksforgeeks.org/cc-programs/)

  4. [Ace The Interview] (https://docs.google.com/spreadsheets/d/1O-j5LGXeJj9XIoTopfJRtH5WL67qWq_hRbWV9_HOaIU/edit#gid=0)

  5. [TopCoder] (https://community.topcoder.com/tc?module=ProblemArchive&sr=&er=&sc=&sd=&class=&cat=&div1l=&div2l=1&mind1s=&mind2s=&maxd1s=&maxd2s=&wr=)

  6. [Whiteboard-Interview] (file:///C:/Users/KIIT/Downloads/Tackling_the_Technical_Whiteboard_Interview.pdf)

  7. [Geeks for Geeks Problems] (https://practice.geeksforgeeks.org/explore/?category%5B%5D=Arrays&difficulty%5B%5D=-2&difficulty%5B%5D=-1&difficulty%5B%5D=0&difficulty%5B%5D=1&difficulty%5B%5D=2&page=1)

  8. [Competitive-Programming-Resources] (https://github.com/kunal-kushwaha/Competitive-Programming-Resources)

  9. [Interviews] (https://github.com/kdn251/interviews)

  10. [LeetCode-Solutions] (https://github.com/kamyu104/LeetCode-Solutions)

  11. [Must-Do-Coding-Questions] (https://github.com/de-cryptor/Must-Do-Coding-Questions)

  12. [C Problems - Placement] (https://www.csa.iisc.ac.in/sem-evts/opendays2012/C_Questions.pdf)

  13. [GfGs Quests on FAANG] (https://www.geeksforgeeks.org/must-do-coding-questions-for-companies-like-amazon-microsoft-adobe/)

  14. [LeetCode Explore problems] (https://github.com/liuyubobobo/Play-Leetcode-Explore/tree/master/Learn/Array-and-String)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment