Skip to content

A collection of DSA problems with detailed solutions, covering arrays, linked lists, recursion, sorting, searching, dynamic programming, trees, graphs, and more. Perfect for lab assignments and interview prep!

License

Notifications You must be signed in to change notification settings

RashadTanjim/Data-Structure-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms (DSA) – C++ Implementation

This repository serves as a structured collection of Data Structures & Algorithms (DSA) implementations in C++, designed for efficient learning and practice. It covers fundamental and advanced topics, making it a valuable resource for students and professionals preparing for technical interviews and academic coursework.

📌 Topics Covered

Data Structures

  • Arrays (Sorted, Unsorted)
  • Linked Lists (Sorted, Unsorted)
  • Stacks (Array-based & Linked List-based)
  • Queues (Array-based & Linked List-based)
  • Binary Search Trees (BST)
  • Graph Algorithms (BFS, DFS)
  • Heap & Priority Queues
  • Recursion & Dynamic Programming

Algorithms

  • 0/1 Knapsack (Recursion & Dynamic Programming)
  • Huffman Coding Compression Algorithm

Examples & Applications

  • Infix to Postfix Conversion
  • Point Problem Analysis

This repository is part of my university coursework, where I have implemented these concepts with efficiency in mind. Feel free to explore, ask questions, and contribute.

🔗 GitHub Repository: Data Structures & Algorithms – C++

About

A collection of DSA problems with detailed solutions, covering arrays, linked lists, recursion, sorting, searching, dynamic programming, trees, graphs, and more. Perfect for lab assignments and interview prep!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages