Skip to content

natalib1/Manage-a-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Manage-a-linked-list

Implementation of linked list

JAVA

A generic class for managing a linked list with any type of organ.

The following departments:

  • Generic class to define a cell in the list
  • Generic class to define a linked list.
  • Main class checking the list.
  • Manage the list elements (objects that represent a person) and find the maximal cell.

Releases

No releases published

Packages

No packages published

Languages