Skip to content

Commit 6aaeaa3

Browse files
committed
longest-consecutive-sequence solution
1 parent 7c68cbd commit 6aaeaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

longest-consecutive-sequence/Yg-cho.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ var longestConsecutive = function(nums) {
2222
}
2323
}
2424
return longest;
25-
};
25+
};

0 commit comments

Comments
 (0)