Skip to content

A simple Linked List (Double Sided) Implementation

Notifications You must be signed in to change notification settings

KenRen98/EECS2030-A4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

EECS2030-A4

A simple Linked List (Double Sided) Implementation

The List is double sided so you can search onward and backward The Code also offered simple Push and Pop function for using it as a Stack. Search Function is not implemented, but can be implemented by recursive function with a helper or iteration

An Addall Function is implemented as required for Collection Adding by converting Collection into array with ".toArray()" method

About

A simple Linked List (Double Sided) Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages