Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonasraoni/codility

My solutions to exercises and tests at http://codility.com.
https://github.com/jonasraoni/codility

algorithm-challenges algorithms algorithms-and-data-structures algorithms-csharp codility codility-100 codility-challenges codility-csharp codility-exercises codility-lessons codility-lessons-exercises codility-solutions codility-training competitive-programming csharp

Last synced: about 2 months ago
JSON representation

My solutions to exercises and tests at http://codility.com.

Awesome Lists containing this project

README

        

# C# Codility Solutions
-----------------

My C# solutions to the Codility tasks at https://codility.com/programmers/lessons/

Almost all of the tasks were straightforward and the available time was more than enough, but few took me more than the 120min to reach 100% ._.

These are my own implementations. As I enjoy small and concise codes, whatever doesn't fit in this rule means that I had problems. Until now, there's one code in this category :)


Lesson 1 - Iterations




BinaryGap
Problem Statement
Solution


Lesson 2 - Arrays




OddOccurrencesInArray
Problem Statement
Solution


CyclicRotation
Problem Statement
Solution


Lesson 3 - Time Complexity




PermMissingElem
Problem Statement
Solution


FrogJmp
Problem Statement
Solution


TapeEquilibrium
Problem Statement
Solution


Lesson 4 - Counting Elements




MissingInteger
Problem Statement
Solution


PermCheck
Problem Statement
Solution


FrogRiverOne
Problem Statement
Solution


MaxCounters
Problem Statement
Solution


Lesson 5 - Prefix Sums




PassingCars
Problem Statement
Solution


CountDiv
Problem Statement
Solution


MinAvgTwoSlice
Problem Statement
Solution


GenomicRangeQuery
Problem Statement
Solution


Lesson 6 - Sorting




Distinct
Problem Statement
Solution


MaxProductOfThree
Problem Statement
Solution


Triangle
Problem Statement
Solution


NumberOfDiscIntersections
Problem Statement
Solution


Lesson 7 - Stacks and Queues




Brackets
Problem Statement
Solution


Fish
Problem Statement
Solution


StoneWall
Problem Statement
Solution


Nesting
Problem Statement
Solution


Lesson 8 - Leader




EquiLeader
Problem Statement
Solution


Dominator
Problem Statement
Solution


Lesson 9 - Maximum slice problem




MaxSliceSum
Problem Statement
Solution


MaxProfit
Problem Statement
Solution


MaxDoubleSliceSum
Problem Statement
Solution


Lesson 10 - Prime and composite numbers




MinPerimeterRectangle
Problem Statement
Solution


CountFactors
Problem Statement
Solution


Lesson 11 - Sieve of Eratosthenes




CountSemiprimes
Problem Statement
Solution


Others




FindTime
Problem Statement
Solution


SortingGroups
Problem Statement
Solution