/DS-ALGO-Python

Solving Algorithmic problems using Python

Primary LanguagePythonMIT LicenseMIT

These problems mainly focuses on following topics:

  • Linear Array
  • Circular Array
  • Linked List
  • Stack
  • Queue
  • Searching - Linear, Binary, Trinary
  • Sort - Bubble, Selection, Insertion, Key-Indexed, Merge, Quick
  • Hashing
  • Recursion
  • Tree
  • Heap