Skip to content

This project provides rebuilt implementations of a Linked-List ArrayList(LList) and an Array built ArrayList(Alist).

Notifications You must be signed in to change notification settings

jackr276/Recreation-of-java.util.ArrayList-2-ways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recreation of java.util.ArrayList

Author: Jack Robbins

This project recreates the java.util.ArrayList class in two different ways, and uses a simple store inventory example to test them both.

This class provides a rebuilt ArrayList using an array as the internal data structure.

This class provides a rebuilt ArrayList using a linked list as the internal data structure.

This class is meant to simulate a store's inventory system. It makes use of both AList and LList and helps to display the advantages/disadvantages of both methods of ArrayList implementation.

About

This project provides rebuilt implementations of a Linked-List ArrayList(LList) and an Array built ArrayList(Alist).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages