Welcome to my LeetCode practice repository! 💻
Here, I solve daily LeetCode problems using C#, improving my algorithmic thinking and coding skills one day at a time.
Each problem is stored in its own folder, named sequentially for clarity and consistency:
- Each folder is a separate .NET Console Project created using:
dotnet new console -n ProblemName - All problem files are clean, self-contained, and easy to run and understand.
- C#
- .NET 8 Console App
- Visual Studio Code / Visual Studio
- Git & GitHub
- Pick a LeetCode problem.
- Create a new folder using:
dotnet new console -n 03_SomeProblem
git add . git commit -m "Solved 03_SomeProblem" git push origin main
📌 Why This Repo? 📈 Track my LeetCode growth.
💡 Revisit and review my past solutions.
🧪 Practice writing clean and efficient C# code.
🎓 Help others learn from real working solutions.
| # | Problem Name | Link / Description | Status |
|---|---|---|---|
| 01 | Hills and Valleys | Problem Description | ✅ Done |
| 02 | Two Sum | Problem Description | ✅ Done |
| 02 | Two Sum | Problem Description | ✅ Done |
| 02 | Two Sum | Problem Description | ✅ Done |
| 02 | Two Sum | Problem Description | ✅ Done |
| 02 | Two Sum | Problem Description | ✅ Done |
| 03 | Coming Soon... | Coming Soon... | ⏳ |
| 🤝 Contributions | |||
| This is a personal learning repo — but if you spot a bug or have a better solution idea, feel free to open a pull request or drop an issue! |