Skip to content

eliza-mat/list-ADT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

List-ADT

List ADT implemented 4 different ways:

  1. Array-based list
  2. Singly linked list
  3. Doubly linked list
  4. Cursor linked list

Methods: INSERT, FIRST, PREVIOUS, NEXT, END, LOCATE, RETRIEVE, PRINTLIST, DELETE, MAKENULL.