Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This repository contains my personal solutions to Data Structures and Algorithms (DSA) problems, primarily sourced from LeetCode. The focus is to systematically practice core DSA topics, improve problem-solving skills, and maintain an organized archive for review.

Notifications You must be signed in to change notification settings

Gaurav-pandey04/Leetcode-DSA-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode DSA Practice

This repository contains my personal solutions to Data Structures and Algorithms (DSA) problems, primarily sourced from LeetCode. The focus is to systematically practice core DSA topics, improve problem-solving skills, and maintain an organized archive for review.


📂 Directory Structure

├── Arrays/
├── Diagram/
├── Dynamic Programming/
├── Linked List/
├── Maths/
├── Strings/

  • Arrays/: Problems related to array data structures and algorithms.
  • Diagram/: All diagram related to concepts to visualise the concepts.
  • Dynamic Programming/: Solutions to problems using dynamic programming techniques.
  • Linked List/: Solutions involving singly or doubly linked lists.
  • Maths/: Mathematical algorithms and problem solutions.
  • Strings/: String manipulation and algorithmic string problems.

🔍 How to Use

  • Navigate to the relevant topic folder to explore problems and their solutions.
  • Each file typically contains:
    • Problem name or a brief description.
    • Solution code (Python, C++, or another language).
    • (Optional) Short explanation of the approach.

🗂️ Topics Covered

  • Arrays
  • Diagram
  • Dynamic Programming
  • Linked List
  • Maths
  • Strings

🚧 Progress

  • ✅ Problems solved: (update as I add solutions)
  • 🎯 Goal: Solve a broad range of problems for each core topic

📢 Notes

  • This structure will evolve as I add more solutions and cover extra topics.
  • Some folders may contain subfolders or further categorization in the future.

⚠️ Disclaimer

This repository is intended for personal learning and self-improvement. Problem statements are property of LeetCode. Please use the material responsibly.


Happy coding!

About

This repository contains my personal solutions to Data Structures and Algorithms (DSA) problems, primarily sourced from LeetCode. The focus is to systematically practice core DSA topics, improve problem-solving skills, and maintain an organized archive for review.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published