Skip to content

Latest commit

Β 

History

History
59 lines (40 loc) Β· 1.75 KB

File metadata and controls

59 lines (40 loc) Β· 1.75 KB

🧠 LeetCode Daily Practice in C#

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.


πŸ“ Folder Structure

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.

πŸ› οΈ Technologies Used

  • C#
  • .NET 8 Console App
  • Visual Studio Code / Visual Studio
  • Git & GitHub

πŸ“… Daily Workflow

  1. Pick a LeetCode problem.
  2. 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!