Skip to content

A doubly-linked list was implemented as a Java program using object oriented concepts, mainly encapsulation and inheritance. Various methods such as remove(), get(), indexOf(), lastIndexOf(), getNodeAt(), toArray(), and toString() were defined to perform operations on the linked list.

Notifications You must be signed in to change notification settings

patelrh3/My-Linked-List-Java-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

A doubly-linked list was implemented as a Java program using object oriented concepts, mainly encapsulation and inheritance. Various methods such as remove(), get(), indexOf(), lastIndexOf(), getNodeAt(), toArray(), and toString() were defined to perform operations on the linked list.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages