Divide a list of numbers into groups of consecutive numbers but their original order should be preserved.
Example:
<8,2,4,7,1,0,3,6>
should be divided into two groups like this:
<2,4,1,0,3> <8,7,6>
Source : http://discuss.techinterview.org/default.asp?interview.11.770712.8
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment