Changes can be seen here
-
Better test suite
-
Better documentation
-
Add typesafe implementations:
ContainsSumReverseIndexOfUniqShuffle
-
Add benchmarks
ContainsUniqSum
-
Fix
redirectValuewhen using a circular reference -
Add
Sumgeneric implementation which computes the sum of values in an array -
Add
Tailgeneric implementation to retrieve all but the first element of array -
Add
Initialgeneric implementation to retrieve all but the last element of array -
Add
Lastgeneric implementation to retrieve the last element of an array -
Add
Headgeneric implementation to retrieve the first element of an array