How to multiply?
* Imagine you are in 3012 Anno Domini, when everyone must learn how to multiply,
* and competing for the highly prestigious pos...
5 years ago
Solved
Infinite precision division
Develop a function that will divide a very very large integer numerator, supplied to function as a string (e.g., '12233344445555...
Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...
5 years ago
Solved
Data decompression
A chunk of data is to be 'decompressed'.
Input:
* compressed: a row vector of uint8 values. This is the compressed data.
...