/codility

This repo stores all the code I wrote improving my programming knowledge on codility.com

Primary LanguageC#

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)

  1. codility (Visual Studio Solution Folder)
  2. CountingElements
  3. FrogRiverOne (Project Folder)
  4. MaxCounter (Project Folder)
  5. PermCheck (Project Folder)
  6. TimeComplexity
  7. FrogJmp (Project Folder)
  8. PermMissingElem (Project Folder)
  9. TapeEquilibrium (Project Folder)