Paper folding coding test in any language, fold a paper with N sections either right or left Juggling balls coding test in any language, given pattern (5,3,1) determine if juggle able.
Anónimo
Use 2d array or vector, calculate size after fold and place elements. Use array to map out ball locations, check for collisions