Skip to content

Gogulan-dev/DSA-Solved-Problems-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ DSA Solutions Repository

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.


πŸ“‚ Folder Structure

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.


πŸ“œ Topics Covered

βœ… Arrays
βœ… Linked List
βœ… Dynamic Programming (DP)
βœ… Graphs & Trees
βœ… Recursion & Backtracking
βœ… Sorting & Searching
βœ… Bit Manipulation
βœ… Mathematical Problems


πŸ“Š Progress Tracker

Platform Easy Medium Hard Total Solved
LeetCode 55 106 15 176

πŸ”₯ Max Streak: 54 Days
πŸ† Latest Badge: 50 Days Badge 2025


πŸ’‘ How to Contribute?

  1. Fork this repository 🍴
  2. Clone your fork
  3. Add your solutions
  4. Commit & Push changes
  5. Open a Pull Request (PR) πŸš€

πŸ“… Last Updated: March 2025

Happy Coding! πŸš€πŸ”₯

About

Collection of solved DSA problems from LeetCode, CodeChef, CodeForces, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages