Tasks: 1/1
for loop, while loop, looping over a collection
2. Arrays
Tasks: 1/2
array operations, reversing an array
3. Time Complexity
Tasks: 3/3
4. Counting Elements
Tasks: 4/4
5. Prefix Sums
Tasks: 2/4
Tasks: 3/4
Tasks: 2/4
Tasks: 2/2
Boyer-Moore Majority algorithm
Tasks: 3/3
Kadane's algorithms for negative and non-negative elements, Maximum profit, wrong approaches: two pointers, etc.
Tasks: 2/4
If i is a divisor of n, n/i is also a divisor. 1 is neither prime nor composite.
Tasks: 1/2
Semiprimes (product of two primes, bonus: prefix sums)
Tasks: 1/2
Original GCD algorithm by Euclid: Recursively subtract the smaller number from the larger. GCD by subtraction, GCD by Division, LCM.
Tasks: 2
Tasks: 2
Tasks: 4
Tasks: 2
Tasks: 2
18. Indeed Prime 2015 challenge
Tasks: 3
19. Indeed Prime 2016 challenge
Tasks: 4
20. Indeed Prime 2016 College Coders challenge
Tasks: 1/4
No comments:
Post a Comment