Codility Lessons - Javascript
Using jest
Solutions for codility lessons in javascript. Please feel free to contribute.
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson1_iterations/BinaryGap.js
https://app.codility.com/demo/results/trainingF5WJ2W-P96/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson2_arrays/OddOccurrencesInArray.js
https://app.codility.com/demo/results/trainingZ4B2XJ-8AS/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson2_arrays/CyclicRotation.js
https://app.codility.com/demo/results/trainingANTA8N-THQ/
Lesson 3 - Time Complexity
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson3_time_complexity/FrogJmp.js
https://app.codility.com/demo/results/trainingUMQM7T-NMD/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson3_time_complexity/PermMissingElem.js
https://app.codility.com/demo/results/trainingH7B962-362/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson3_time_complexity/TapeEquilibrium.js
https://app.codility.com/demo/results/trainingYS6XUW-DSE/
Lesson 4 - Counting Elements
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson4_counting_elements/PermCheck.js
https://app.codility.com/demo/results/trainingCNTYP4-RDE/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson4_counting_elements/FrogRiverOne.js
https://app.codility.com/demo/results/training5PWD9F-PE9/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson4_counting_elements/MaxCounters.js
https://app.codility.com/demo/results/training5T6ZHR-8ZK/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson4_counting_elements/MissingInteger.js
https://app.codility.com/demo/results/training86F8QY-JHX/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson5_prefix_sums/PassingCars.js
https://app.codility.com/demo/results/trainingXE4UJW-CME/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson5_prefix_sums/GenomicRangeQuery.js
https://app.codility.com/demo/results/trainingNRWKMW-CSJ/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson5_prefix_sums/MinAvgTwoSlice.js
https://app.codility.com/demo/results/trainingH4MVH3-G94/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson5_prefix_sums/CountDiv.js
https://app.codility.com/demo/results/trainingP6XQJ7-KM7/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson6_sorting/MaxProductOfThree.js
https://app.codility.com/demo/results/trainingWJKGRA-8JV/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson6_sorting/Distinct.js
https://app.codility.com/demo/results/trainingBVMXV7-F9S/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson6_sorting/Triangle.js
https://app.codility.com/demo/results/training62TT8U-DCH/
Lesson 7 - Stacks and Queues
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson7_stacks_and_queues/Brackets.js
https://app.codility.com/demo/results/trainingDYK3SU-2EQ/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson7_stacks_and_queues/Fish.js
https://app.codility.com/demo/results/trainingZRRPA4-NVP/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson7_stacks_and_queues/Nesting.js
https://app.codility.com/demo/results/trainingG7NMTC-FKF/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson7_stacks_and_queues/StoneWall.js
https://app.codility.com/demo/results/trainingDRUBXQ-4DF/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson8_leader/Dominator.js
https://app.codility.com/demo/results/training8RVGBH-APG/
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson8_leader/EquiLeader.js
https://app.codility.com/demo/results/trainingH5UZED-QPT/
Lesson 9 - Maximum Slice Problem
https://github.com/talgat-ruby/codility-lessons-javascript/blob/master/lesson9_maximum_slice_problem/MaxProfit.js
https://app.codility.com/demo/results/trainingAVHVTS-7GZ/
MIT