Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonasraoni/codility
- Owner: jonasraoni
- License: mit
- Created: 2018-02-23T16:35:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T18:13:43.000Z (about 3 years ago)
- Last Synced: 2024-05-02T05:58:05.346Z (9 months ago)
- Topics: 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
- Language: C#
- Homepage: http://raoni.org/
- Size: 36.1 KB
- Stars: 109
- Watchers: 10
- Forks: 76
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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