Welcome to my Data Structures and Algorithms (DSA) Solutions Repository!
This repository contains my solved DSA problems from various platforms, including:
- π’ LeetCode
- π΅ CodeChef
- π CodeForces
- π£ GeeksforGeeks
This serves as my coding practice tracker and helps others find solutions to common problems.
DSA-Solutions/
βββ LeetCode/
β βββ Arrays/
β β βββ Two_Sum.java
β β βββ Merge_Sorted_Array.py etc...
β βββ LinkedList/
β β βββ Reverse_Linked_List.cpp, etc..
| βββ Graph/
| | βββ GraphValidTree.java etc..
β βββ DP/
β β βββ Longest_Increasing_Subsequence.java etc..
βββ README.md
Each folder contains solutions categorized by topics such as Arrays, Linked List, Dynamic Programming (DP), Graphs, Recursion, Sorting, etc.
β
Arrays
β
Linked List
β
Dynamic Programming (DP)
β
Graphs & Trees
β
Recursion & Backtracking
β
Sorting & Searching
β
Bit Manipulation
β
Mathematical Problems
Platform | Easy | Medium | Hard | Total Solved |
---|---|---|---|---|
LeetCode | 55 | 106 | 15 | 176 |
π₯ Max Streak: 54 Days
π Latest Badge: 50 Days Badge 2025
- Fork this repository π΄
- Clone your fork
- Add your solutions
- Commit & Push changes
- Open a Pull Request (PR) π
Happy Coding! ππ₯