Welcome to the DSA Problems in C# repository! This is a collection of Data Structures and Algorithms (DSA) problem solutions written in C#. Perfect for practicing coding, preparing for interviews, or sharpening your C# skills.
- A variety of DSA problem solutions in C#.
- Organized by topic for quick access.
- Clean, straightforward code with minimal comments.
π¦ DSA-CSharp
βββ π Arrays
βββ π Basics
βββ π DynamicProgramming
βββ π Graphs
βββ π Greedy
βββ π LinkedLists
βββ π SortingAndSearching
βββ π StacksAndQueues
βββ π Trees
βββ π README.md
Each folder contains C# files with solutions to specific problems.
- Clone the Repository:
git clone https://github.com/himuexe/C-NotsoSharp.git
- Run the Code:
Use .NET CLI or an IDE like Visual Studio:
dotnet run
- Explore: Check out the folders and dive into the code!
Want to add a new problem or solution? Fork the repo, add your code, and submit a pull request. Keep it simple and clean.
Happy coding! π»