Skip to content

Vivek003-coder/vivek_23SCSE1011681_sec_13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 DSA-Problems: Your LeetCode Solutions Vault

Welcome to your one-stop vault for LeetCode DSA (Data Structures & Algorithms) questions and their best solutions! This repo is designed for every coder who wants to:

  • Practice DSA questions,
  • Find clean solutions with explanations,
  • Contribute their own unique approaches, and
  • Build a solid DSA portfolio!

🌱 What’s Inside?

  • LeetCode Questions — Problem statement or link.
  • Handcrafted Solutions — Well-commented code in languages like C++, Python, Java, etc.
  • Topic-wise Organization — Arrays, Strings, Linked Lists, Trees, and more.
  • Explanations — Not just how, but why the solution works.

🚦 How to Use

  1. Pick a Topic: Dive into folders like Array, LinkedList, etc.
  2. Choose a Problem: Each problem has its own folder with detailed solutions.
  3. Learn & Practice: Read the explanations, try the code, or implement your own.
  4. Want to Contribute? See below!

🤝 How to Contribute

  • Fork this repo & clone it.
  • Add your solution in the relevant topic folder.
  • Include a README or .md file with:
    • The problem link,
    • Your approach or intuition,
    • The complete code (with comments if possible!).
  • Open a Pull Request — Let’s make this vault even richer!

🗂️ Example Structure

/Array
  |-- Two_Sum.md
  |-- Two_Sum.cpp
  |-- Two_Sum.py
/LinkedList
  |-- Reverse_Linked_List.md
  |-- Reverse_Linked_List.cpp
  |-- Reverse_Linked_List.py

👤 Author

Made with 💡 by Vivek003-coder


If this repo helps you, give it a ⭐ and consider contributing.
Let’s crack DSA together, one problem at a time! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages