Skip to content

kunwarshivamjsr/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Data Structures and Algorithms (DSA) in C++

This repository contains implementations of classic Data Structures and Algorithms using C++.
It is designed for interview preparation, competitive programming, and strengthening problem-solving skills.


πŸ“‚ Project Structure

  • arrays/ β†’ Array problems and utilities
  • linked-list/ β†’ Singly, doubly, and circular linked lists
  • stack-queue/ β†’ Stack and queue implementations
  • trees/ β†’ Binary trees, BST, AVL, Segment Trees
  • graphs/ β†’ BFS, DFS, shortest path, MST
  • sorting/ β†’ Bubble, Merge, Quick, Heap sort
  • searching/ β†’ Binary search, linear search, advanced searching
  • dynamic-programming/ β†’ Classic DP problems (Knapsack, LIS, Matrix Chain, etc.)

πŸ›  Language & Tools

  • C++17/20 (Standard Template Library heavily used)
  • Compiler: g++ or clang++
  • IDE: Visual Studio Code / CLion / any preferred editor

πŸš€ Getting Started

  1. Clone the repository:
    git clone https://github.com/username/dsa-cpp.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors