- Python 3.6
-
fibonacci - There are three diferents approaches in order to solve the problem: recursive, recursive using memoize, and a bottom up with memoized.
-
tape_equilibrium - Given a non-empty array A of N integers, returns the minimal difference that can be achieved.
-
hourglass - Calculate the hourglass sum for every hourglass in , then print the maximum hourglass sum.
-
permutation_check - Given an array A, returns 1 if array A is a permutation and 0 if it is not.
-
pile_of_cubes - Being given m can you find the number n of cubes you will have to build?