Skip to content

it's a java program that is meant to test the speed of operations using different java collections. reads data from a file, then adds, iterates, and deletes the data from four java collections (LinkedList, ArrayList, ArrayDeque, HashSet) returning the time it took to complete each operation.

Notifications You must be signed in to change notification settings

LELL0/JavaCollections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaCollections

it's a java program that is meant to test the speed of operations using different java collections. reads data from a file, then adds, iterates, and deletes the data from four java collections (LinkedList, ArrayList, ArrayDeque, HashSet) returning the time it took to complete each operation.

You can change the value of the variable filename first line in the main of the program, to the value of another file, there is multiple test file with multiple sizes in the project.

some examples of the output:

Example 1:

image

Example 2:

image

About

it's a java program that is meant to test the speed of operations using different java collections. reads data from a file, then adds, iterates, and deletes the data from four java collections (LinkedList, ArrayList, ArrayDeque, HashSet) returning the time it took to complete each operation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages