Skip to content

Solution to find the length of the longest consecutive elements sequence with a complexity of O(n).

Notifications You must be signed in to change notification settings

sjayashree01/LongestSubSequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LongestSubSequence

Given an unsorted array of integers, find the length of the longest consecutive elements sequence.

About

Solution to find the length of the longest consecutive elements sequence with a complexity of O(n).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages