I have an array
x = [[2,5,16,26],[5,28,35,46],[1,9,28,54,60,102],[...]...]
Arrays within the array do not have fixed sizes, they can contain 1 to N elements. How do I get a new array y with the subtraction of each element by its pred...
asked by
23.05.2014 / 19:00