/GeeksForGeeks-DSA-2

This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.

Primary LanguagePythonMIT LicenseMIT

GeeksForGeeks-DSA-2

This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course using C++ taught by the Geeks For Geeks team.

Topics taught in this course are the following:-

  1. Introduction - which includes Analysis of Algorithm, Intro to Asymptotic Notation, Space and Time Complexities.
  2. Mathematics
  3. Bit Magic (Bit Manipulation)
  4. Recursion
  5. Arrays
  6. Searching
  7. Sorting
  8. Matrix
  9. Hashing
  10. Strings
  11. Linked List
  12. Stack
  13. Queue
  14. Tree
  15. Binary Search Tree
  16. Heap
  17. Graph
  18. Greedy
  19. Backtracking
  20. Dynamic Programming

Tip: I use Google's C++ Style for coding. You can also pick any style and start coding so that your code can be easily interpreted by others. Here's the link: https://google.github.io/styleguide/cppguide.html

I recommend taking this course as it contains extraordinary content and perfectly instructed by Sandeep Jain (ex-DE Shaw employee and ex-JIIT Noida assistant professor) who founded GeeksForGeeks to impart programming education at very low cost. I purchased this course in ₹ 2,000/- and really worth it.