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
- Host: GitHub
- URL: https://github.com/donaldkibet/data-structures-and-algorithms
- Owner: donaldkibet
- Created: 2019-09-19T20:02:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T07:04:13.000Z (over 6 years ago)
- Last Synced: 2025-03-27T12:47:47.457Z (about 1 year ago)
- Topics: algorithms, csharp7, data-structures
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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