Topic: Backtracking Problem / Level: intermediate

Problem: Solve the "Longest Consecutive Sequence" problem by finding the length of the longest consecutive elements sequence.

Run the code to see the output here...