We will explore solution to Longest Consecutive Sequence and compute time complexity and space complexity
Time Complexity - O(n)
Space Complexity - O(n)
This problem statement is one of commonly asked questions in interviews
#tutorials #javascript #algorithm #interview