Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.24 KB

README.md

File metadata and controls

68 lines (51 loc) · 1.24 KB

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