Skip to content

himuexe/C-NotsoSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DSA Problems in C#

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.

🌟 What's Inside

  • A variety of DSA problem solutions in C#.
  • Organized by topic for quick access.
  • Clean, straightforward code with minimal comments.

πŸ“‚ Repository Structure

πŸ“¦ DSA-CSharp
β”œβ”€β”€ πŸ“ Arrays
β”œβ”€β”€ πŸ“ Basics
β”œβ”€β”€ πŸ“ DynamicProgramming
β”œβ”€β”€ πŸ“ Graphs
β”œβ”€β”€ πŸ“ Greedy
β”œβ”€β”€ πŸ“ LinkedLists
β”œβ”€β”€ πŸ“ SortingAndSearching
β”œβ”€β”€ πŸ“ StacksAndQueues
β”œβ”€β”€ πŸ“ Trees
└── πŸ“œ README.md

Each folder contains C# files with solutions to specific problems.

πŸš€ Getting Started

  1. Clone the Repository:
    git clone https://github.com/himuexe/C-NotsoSharp.git
  2. Run the Code: Use .NET CLI or an IDE like Visual Studio:
    dotnet run
  3. Explore: Check out the folders and dive into the code!

🀝 Contributing

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! πŸ’»

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages