jeremiahalex / codility-solutions

My collection of solutions in JavaScript for Codility lessons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codility Lesson Solutions

My collection of solutions in JavaScript for Codility lessons. Started as a reference for students on my coding course.

Lesson 1 - Iterations

  1. BinaryGap

Lesson 2 - Arrays

  1. OddOccurrencesInArray
  2. CyclicRotation

Lesson 3 - Time Complexity

  1. FrogJmp
  2. PermMissingElem
  3. TapeEquilibrium

Lesson 4 - Counting Elements

  1. MissingInteger
  2. FrogRiverOne
  3. PermCheck
  4. MaxCounters

Lesson 5 - Prefix Sums

  1. CountDiv
  2. PassingCars
  3. GenomicRangeQuery
  4. MinAvgTwoSlice

Lesson 6 - Sorting

  1. Distinct
  2. MaxProductOfThree
  3. Triangle
  4. NumberOfDiscIntersections

Lesson 7 - Stacks and Queues

  1. Brackets
  2. Fish
  3. Nesting
  4. StoneWall

Lesson 8 - Leader

  1. EquiLeader
  2. Dominator

Lesson 9 - Maximum slice problem

  1. MaxDoubleSlice
  2. MaxProfit

About

My collection of solutions in JavaScript for Codility lessons.