Skip to content

theodesp/codility-go

Repository files navigation

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

About

Solutions for the codility.com exercises in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages