Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/codility-go
Solutions for the codility.com exercises in Go
https://github.com/theodesp/codility-go
codility-solutions exercises golang
Last synced: about 1 month ago
JSON representation
Solutions for the codility.com exercises in Go
- Host: GitHub
- URL: https://github.com/theodesp/codility-go
- Owner: theodesp
- License: mit
- Created: 2017-04-25T21:00:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T14:55:19.000Z (over 3 years ago)
- Last Synced: 2023-03-02T11:06:11.485Z (over 1 year ago)
- Topics: codility-solutions, exercises, golang
- Language: Go
- Size: 43 KB
- Stars: 37
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codility
This is my solutions for the [codility](codility.com)
lessons and challenges written in Go together with some test
cases.I've added a checklist to mark finished exercises feel free to
comment.## Lessons
- [x] **Iterations**
- [x] Binary Gap
- [x] **Arrays**
- [x] OddOccurrencesInArray
- [x] CyclicRotation
- [x] **Time Complexity**
- [x] PermMissingElem
- [x] FrogJmp
- [x] TapeEquilibrium- [x] **Counting Elements**
- [x] PermCheck
- [x] FrogRiverOne
- [x] MissingInteger
- [x] MaxCounters- [x] **Prefix Sums**
- [x] CountDiv
- [x] PassingCars
- [x] GenomicRangeQuery
- [x] MinAvgTwoSlice- [x] **Sorting**
- [x] Distinct
- [x] Triangle
- [x] MaxProductOfThree
- [x] NumberOfDiscIntersections- [x] **Stacks and Queues**
- [x] Brackets
- [x] Fish
- [x] Nesting
- [x] StoneWall
- [x] **Leader**
- [x] EquiLeader
- [x] Dominator
- [x] **Maximum slice**
- [x] MaxProfit
- [x] MaxDoubleSliceSum
- [x] MaxSliceSum
- [ ] **Prime and composite numbers**
- [x] MinPerimeterRectangle
- [ ] CountFactors
- [ ] Peaks
- [x] Flags
- [ ] **Binary search**
- [x] NailingPlanks
- [ ] MinMaxDivision