Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a LinkedHashSet : ) #1340
Open
Add a LinkedHashSet : ) #1340
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is a powerful class which helps in keeping the record of the elements entered in it while at the same time maintaining the insertion order of the entered elements.
Moreover, it uses a hybrid Data Structure ( having features of both Hash Table as well as Doubly Linked List.
i would love to work on this project, also, as i'm a beginner i may sometimes need a bit of assistance.
: )