- Notifications
You must be signed in to change notification settings - Fork14
Solutions for the codility.com exercises in Go
License
NotificationsYou must be signed in to change notification settings
theodesp/codility-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is my solutions for thecodilitylessons and challenges written in Go together with some testcases.
I've added a checklist to mark finished exercises feel free tocomment.
Iterations
- Binary Gap
Arrays
- OddOccurrencesInArray
- CyclicRotation
Time Complexity
- PermMissingElem
- FrogJmp
- TapeEquilibrium
Counting Elements
- PermCheck
- FrogRiverOne
- MissingInteger
- MaxCounters
Prefix Sums
- CountDiv
- PassingCars
- GenomicRangeQuery
- MinAvgTwoSlice
Sorting
- Distinct
- Triangle
- MaxProductOfThree
- NumberOfDiscIntersections
Stacks and Queues
- Brackets
- Fish
- Nesting
- StoneWall
Leader
- EquiLeader
- Dominator
Maximum slice
- MaxProfit
- MaxDoubleSliceSum
- MaxSliceSum
Prime and composite numbers
- MinPerimeterRectangle
- CountFactors
- Peaks
- Flags
Binary search
- NailingPlanks
- MinMaxDivision