19 reputation
2
bio website
location
age
visits member for 1 year, 4 months
seen Jan 9 '12 at 18:20
stats profile views 2

Jan
6
comment determine longest group of consecutive numbers
Try using x = [1,2,3,4,5,6,7,8,9,10] the result will be 1. Basically if the very last digit is part of a consecutive group it will return the wrong count.
Jan
6
comment determine longest group of consecutive numbers
@DC & @M Joanis - Corrected the input/output example to have the proper number of input digits. Thanks for catching that!
Jan
6
revised determine longest group of consecutive numbers
corrected output examples
Jan
6
awarded  Student
Jan
5
awarded  Editor
Jan
5
revised determine longest group of consecutive numbers
corrected spelling
Jan
5
asked determine longest group of consecutive numbers