2 questions : 1 - Write code to print a provided pattern from a matrix 2- Create a weighted random number generator from a very large list that's loaded once but used on every function call.
Sigiloso
1 - Relatively simple. 2- Create binary tree from probability list and use it to select number.