Media Summary: Lesson 5 - Prefix Sums: Task Description: A non-empty array A consisting of N integers is given. A pair of integers (P, Q), such that ... Lesson 6 - Sorting Task Description: Write a function class Solution { public int solution(int[] A); } that, given an array A consisting ... MaxDoubleSliceSum is the first exercise in lesson 9 on

Codility Minavgtwoslice Javascript - Detailed Analysis & Overview

Lesson 5 - Prefix Sums: Task Description: A non-empty array A consisting of N integers is given. A pair of integers (P, Q), such that ... Lesson 6 - Sorting Task Description: Write a function class Solution { public int solution(int[] A); } that, given an array A consisting ... MaxDoubleSliceSum is the first exercise in lesson 9 on I initially kept doing this: (B-A)/K + Offset and continued wondering why it didn't work. Took me a while to realize what was up. AbsDistinct is the first exercise in the Caterpillar method lesson on Lesson 6 - Sorting Part 1/2 - This is the brute force solution I should have checked for the intersections greaterthan 10000000 ...

Lesson 6 - Sorting Task Description: non-empty array A consisting of N integers is given. The product of triplet (P, Q, R) equates to ... Lesson 6 - Sorting Had to confirm I did this one right by looking at other solutions. XO Task Description: An array A consisting of N ... Lesson 4 -Counting Elements. Part 1 of 2. Part 2 link: Task Description: A non-empty array A ... Lesson 5 - Prefix Sums Task description A DNA sequence can be represented as a string consisting of the letters A, C, G and T, ...

Photo Gallery

Codility - MinAvgTwoSlice (JavaScript)
Codility MinAvgTwoSlice Java solution
MinAvgTwoSlice: Codility Lesson 5 | Python
Codility - Distinct (JavaScript)
Codility Max double slice sum solution
Codility - CountDiv (JavaScript)
Codility AbsDistinct solution
Codility - NumberOfDiscIntersections (JavaScript) Part 1/2: Brute Force
Codility - MaxProductOfThree (JavaScript)
Codility - Triangle (JavaScript)
Codility - PermCheck (JavaScript) - Part 1/2
Codility - GenomicRangeQuery (JavaScript)
View Detailed Profile
Codility - MinAvgTwoSlice (JavaScript)

Codility - MinAvgTwoSlice (JavaScript)

Lesson 5 - Prefix Sums: Task Description: A non-empty array A consisting of N integers is given. A pair of integers (P, Q), such that ...

Codility MinAvgTwoSlice Java solution

Codility MinAvgTwoSlice Java solution

Codility MinAvgTwoSlice

MinAvgTwoSlice: Codility Lesson 5 | Python

MinAvgTwoSlice: Codility Lesson 5 | Python

Solution for

Codility - Distinct (JavaScript)

Codility - Distinct (JavaScript)

Lesson 6 - Sorting Task Description: Write a function class Solution { public int solution(int[] A); } that, given an array A consisting ...

Codility Max double slice sum solution

Codility Max double slice sum solution

MaxDoubleSliceSum is the first exercise in lesson 9 on

Codility - CountDiv (JavaScript)

Codility - CountDiv (JavaScript)

I initially kept doing this: (B-A)/K + Offset and continued wondering why it didn't work. Took me a while to realize what was up.

Codility AbsDistinct solution

Codility AbsDistinct solution

AbsDistinct is the first exercise in the Caterpillar method lesson on

Codility - NumberOfDiscIntersections (JavaScript) Part 1/2: Brute Force

Codility - NumberOfDiscIntersections (JavaScript) Part 1/2: Brute Force

Lesson 6 - Sorting Part 1/2 - This is the brute force solution I should have checked for the intersections greaterthan 10000000 ...

Codility - MaxProductOfThree (JavaScript)

Codility - MaxProductOfThree (JavaScript)

Lesson 6 - Sorting Task Description: non-empty array A consisting of N integers is given. The product of triplet (P, Q, R) equates to ...

Codility - Triangle (JavaScript)

Codility - Triangle (JavaScript)

Lesson 6 - Sorting Had to confirm I did this one right by looking at other solutions. XO Task Description: An array A consisting of N ...

Codility - PermCheck (JavaScript) - Part 1/2

Codility - PermCheck (JavaScript) - Part 1/2

Lesson 4 -Counting Elements. Part 1 of 2. Part 2 link: https://youtu.be/xQNQxu5CGPQ Task Description: A non-empty array A ...

Codility - GenomicRangeQuery (JavaScript)

Codility - GenomicRangeQuery (JavaScript)

Lesson 5 - Prefix Sums Task description A DNA sequence can be represented as a string consisting of the letters A, C, G and T, ...

Codility Number of Disc intersections

Codility Number of Disc intersections

My solution to