Skip to content

Simulation in Java of Sasaki's algorithm for distributed sorting.

Notifications You must be signed in to change notification settings

parasdahiya/Distributed-Sorting-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Sorting-Simulation

Simulation in Java of Sasaki's algorithm for distributed sorting.

Compile and run the SasakiSimulation.java file. - Contains the main class. The class Process extends the inbuilt Thread class. Using Process ensures that sorting on a single system actually simulates distributed sorting.

About

Simulation in Java of Sasaki's algorithm for distributed sorting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages