Skip to content

aliahsan9/Leetcode-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 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!

About

LeetCode solutions in C# / C++ with explanations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages