kargarf / codility

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Lesson 2 - Arrays

Lesson 3 - Time Complexity

Lesson 4 - Counting Elements

Lesson 5 - Prefix Sums

Lesson 6 - Sorting

Lesson 7 - Stacks and Queues

Lesson 8 - Leader

Lesson 9 - Maximum slice problem

Lesson 10 - Prime and composite numbers

Lesson 11 - Sieve of Eratosthenes

About

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

License:MIT License


Languages

Language:C# 100.0%