Skip to content

Implementation of Linked Lists and Various ADTs using Linked Lists.

Notifications You must be signed in to change notification settings

watson-clara/Linked-List-and-ADT-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked List & ADT Implementation

Author

Clara Watson

Description:

Implementation of Linked Lists and Various ADTs using Linked Lists.

Background

A linked list is a linear collection of data elements, called nodes pointing to the next node by means of pointer. Each node is composed of data and a reference to the next node in the sequence. More info at: https://en.wikipedia.org/wiki/Linked_list

About

Implementation of Linked Lists and Various ADTs using Linked Lists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages