An open API service indexing awesome lists of open source software.

https://github.com/donaldkibet/data-structures-and-algorithms


https://github.com/donaldkibet/data-structures-and-algorithms

algorithms csharp7 data-structures

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# C-Sharp Data Stuctures and Algorithms

This is a C# Project for implement Data Structures and Algorithm.
Implemented using C# 7 and dotnet core platform.

## Setup Instructions

1. Install dotnet core Visit [Microsoft Dotnet core](https://dotnet.microsoft.com/)
2. Clone this repo `https://github.com/donaldkibet/Data-Structures-and-Algorithm.git`
3. Change directory to project root directory `cd DataStructures`
4. Run the project `dotnet run`

## Sorting Algorithms

1. Bubble Sort
2. Insertion Sort
3. Selection Sort