Skip to content

VigneshN1997/unionfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unionfind

Simulating parallel implementations of union find sequentially to develop an optimized union find algorithm

to run:

  • modify parameters in main function in driver_mod.cpp

g++ -std=c++11 driver.cpp

// g++ -std=c++11 driver_mod.cpp is giving compilation error. Looking into it.

About

Simulating parallel implementations of union find sequentially to develop an optimized union find algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published