Skip to content

A Java program implementing bubble and merge sort algorithms.

Notifications You must be signed in to change notification settings

isaacbarker/sortingalgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SortingAlgorithms

An implementation of bubble and merge sort in order to sort a random array of numbers. Bubble sort is O(n^2) and merge sort O(log n). The program shows a graph visualising the array and the operations are also timed.

About

A Java program implementing bubble and merge sort algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages