I'm using javascript for my logic:
I have a sequence of numbers: 1, 2, 4, 8, 16, 32 and so on.
Given a number, which must be the sum of sequence numbers, for example: 44 (of which the value is the sum of 4 + 8 + 32). How do I know that the nu...
asked on
11.07.2014 / 18:54