Skip to content

LSUDOKO/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions 📝

LeetCode Header

Welcome to my curated repository of LeetCode solutions! 💻🚀

LeetCode Profile Solutions Count Last Updated


📂 Directory Structure

Organized by language and topics for easier navigation:

leetcode/
├── cpp/                 ⚙️ C++ Solutions
│   ├── array/           📊 Array problems
│   ├── binary-search/   🔍 Binary Search problems
│   ├── dp/              🧠 Dynamic Programming
│   └── ...              🔄 Other categories
├── python/              🐍 Python Solutions
├── sql/                 🗄️ SQL Solutions
├── js/                  📜 JavaScript Solutions
└── README.md            📝 Project overview

💡 Run the included organize_workspace.bat script to automatically organize files by language!


🚀 How to Use

  1. Clone the repo:

    git clone https://github.com/LSUDOKO/leetcode.git
    cd leetcode
  2. Run the organization script:

    organize_workspace.bat
  3. Run your solution:

    • C++: g++ -std=c++17 cpp/array/1-Two-Sum.cpp -o TwoSum && TwoSum
    • Python: python python/1-Two-Sum.py
    • SQL: Open .sql file in your database client
    • JavaScript: node js/2667-Create-Hello-World-Function.js

💡 Problem Categories

Array Problems 📊

Dynamic Programming 🧠

Binary Search 🔍

Coding Process

🤝 Contribute

Want to contribute? That's great! Here's how:

  1. Fork this repo ❤️
  2. Create a branch: git checkout -b feat/new-solution
  3. Add your solution into the correct folder ✨
  4. Commit & push 🎉
  5. Open a Pull Request 👍

🏆 My LeetCode Stats

LeetCode Stats


📄 License

This project is licensed under the MIT License 🔓

About

This repository is managed by LeetPush . Here You get my solution of leetcode questions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published