[Codility Lessons] Distinct(15/n)
[Lesson6] Sorting Distinct : Compute number of distinct values in an array. Java Solution ``` import java.util.*;
[Lesson6] Sorting Distinct : Compute number of distinct values in an array. Java Solution ``` import java.util.*;
[Lesson5] Prefix Sums GenomicRangeQuery : Find the minimal nucleotide from a range of sequence DNA. Java Solution
[Lesson5] Prefix Sums MinAvgTwoSlice : Find the minimal average of any slice containing at least two elements. Java Solution Task Score : 80 Correctness : ...
[Lesson5] Prefix Sums PassingCars : Count the number of passing cars on the road. Java Solution Task Score : 90 Correctness : 100 Performance : 80 class S...
[Lesson4] Counting Elements MissingInteger : Find the smallest positive integer that does not occur in a given sequence.