Skip to content

jekaGr/jv-linked-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jv-linked-list

Given MyLinkedList class implementing MyLinkedListInterface, implement all the required methods.

Make your LinkedList work as java.util.LinkedList (create Node objects to store data that have links to the left and to the right neighbor Node). Your implementation should have two pointers to the first and the last Node.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%