/codility-go

Solutions for the codility.com exercises in Go

Primary LanguageGoMIT LicenseMIT

Codility

This is my solutions for the codility 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

  • 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