Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Solutions · C++

LeetCode problems organized by topic — each solution includes approach, complexity, and key insight.
Language: C++


Structure

dsa-solutions/
├── arrays/
├── strings/
├── binary-search/
├── bit-manipulation/
├── recursion/
├── backtracking/
├── linked-lists/
├── stacks-queues/
├── trees/
├── heaps/
├── hashing/
├── tries/
├── graphs/
└── dynamic-programming/

File Format

Every solution follows this header:

// LC [number] · [Problem Name]
// Link: https://leetcode.com/problems/[slug]/
// Approach: [one line description]
// Time: O(?)  |  Space: O(?)
// Key insight: [what makes this problem click]

Goals

  • 80+ problems by May 2026
  • All topics from arrays → DP covered
  • Pattern Recognition

About

LC solutions in C++ — organized by topic | arrays · strings · linked lists · stacks · trees · heaps · graphs · DP · backtracking

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages