In this assignment you will learn to code two sorting algorithms in Charp
- Visual Studio Community Edition https://visualstudio.microsoft.com/vs/community/ (Slower machines can also use vs2019: https://my.visualstudio.com/Downloads?q=visual%20studio%202019&wt.mc_id=o~msft~vscom~older-downloads)
- Tutorial: https://www.tutorialsteacher.com/csharp/first-csharp-program
- Tutorial: https://www.tutorialspoint.com/csharp/index.htm
- Documetation: https://docs.microsoft.com/en-us/dotnet/api/?view=netcore-3.1
- Understanding of collections, for, foreach, System.Random, System.Console.WriteLine, System.Diagnostic.Stopwatch