Skip to content

S-Farhan05/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

DSA Practice Repository

A growing collection of Data Structures & Algorithms implementations, primarily in C++, with plans to include Python and LeetCode solutions in the future.

📁 Structure

Dsa_C++_Questions/
├── Arrays        → ADT, Insertion, Deletion, Searching
├── Linked Lists  → Singly, Doubly, Circular Operations
├── Stacks & Queues
├── Sorting       → Bubble, Insertion, Selection, Quick, Merge
├── Trees         → Binary Tree, Traversals
└── More to come...

📌 Topics Covered

  • Array Operations (ADT, Insertion, Deletion, Linear/Binary Search)
  • Linked Lists (Singly, Doubly, Circular — Traversal, Insertion, Deletion)
  • Stack & Queue Implementations
  • Sorting Algorithms (Bubble, Insertion, Selection, Quick, Merge)
  • Binary Trees & Traversals
  • Infix to Postfix Conversion

🚀 Future Plans

  • LeetCode solutions
  • Python implementations
  • Graph algorithms
  • Dynamic Programming
  • Ongoing practice files (organized by month/topic)

🛠️ Compile & Run (C++)

g++ filename.cpp -o output
./output          # On Windows: output.exe

Practice makes perfect. Keep coding.

About

Solving Data Structures and Algorithms one problem at a time. Currently in C++, with Python and LeetCode practice on the way. A personal repo built for learning, revision, and continuous improvement over time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages