This repo includes all the code I wrote working on examples at codility.com to improve my programming using C#.
The folder structure is as listed and the code for each exercise is found in the respective project folder's Program.cs file in the solution method:
codility (Root Folder)
- codility (Visual Studio Solution Folder)
- CountingElements
- FrogRiverOne (Project Folder)
- MaxCounter (Project Folder)
- PermCheck (Project Folder)
- TimeComplexity
- FrogJmp (Project Folder)
- PermMissingElem (Project Folder)
- TapeEquilibrium (Project Folder)