Skip to content

A repository dedicated to learning and practicing algorithms in C#.

Notifications You must be signed in to change notification settings

shrestha-ankit/csharp-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSharp-Algorithms

Welcome to the CSharp-Algorithms repository! This repository is dedicated to learning and practicing algorithms in C#. Here, you'll find implementations of various algorithms, data structures, and problem-solving techniques in C#, along with explanations and examples.

Introduction

Algorithms are fundamental building blocks in computer science and software development. They are essential for solving complex problems efficiently. This repository aims to provide a comprehensive collection of algorithms implemented in C#, catering to both beginners and experienced developers.

Contents

The repository includes implementations of the following:

  • Array manipulation operations
  • Searching algorithms (linear search, binary search)
  • Sorting algorithms (bubble sort, insertion sort, merge sort, quicksort, etc.)
  • Data structures (stacks, queues, linked lists, trees, graphs, etc.)
  • Dynamic programming solutions
  • And more!

Usage

Feel free to explore the repository and use the provided implementations in your projects. To get started, clone the repository to your local machine:

git clone https://github.com/EmpowerLight/CSharp-Algorithms.git

About

A repository dedicated to learning and practicing algorithms in C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages