Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Solutions for the codility.com exercises in Go

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