Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miltt authored Dec 17, 2019
1 parent 52cdb00 commit bea9caa
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Miltt/Console/.NETCore)
![license](https://img.shields.io/github/license/Miltt/Console)

# Console
Implementation of popular algorithms and data structures using .NET Core

## Getting Started
Prerequisites:
* Install the latest version of .NET Core
* Install the latest version of [.NET Core](https://dotnet.microsoft.com/download)
* Install the latest version of [Visual Studio Code](https://code.visualstudio.com/Download) or [Visual Studio](https://developer.microsoft.com/en-us/windows/downloads)
* Get the code:
```
git clone https://github.com/Miltt/Console.git
```
* Open console.sln in Visual Studio to build app
* To run the Tests

* Open the solution to build the application `dotnet build` and run tests `dotnet test`

## Implemented
* Algorithms
* **Algorithms**
* Cryptography
* RSA
* Dynamic Programming
Expand Down Expand Up @@ -57,7 +59,7 @@ Prerequisites:
* Quick
* Selection
* Shell
* Data Structures
* **Data Structures**
* Graph
* Heap
* Matrix
Expand All @@ -70,4 +72,5 @@ Prerequisites:

## License
Copyright (c) 2019 Ilya Moshanov

Licensed under the [MIT License](./LICENSE).

0 comments on commit bea9caa

Please sign in to comment.