-
Notifications
You must be signed in to change notification settings - Fork 0
License
abcdefguan/ece5720_final_project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compile with: make Usage: Sequential Algorithms: ./prim n e ./kruskal n e ./boruvka n e ./boruvka2 n e Parallel Algorithms: ./filter_kruskal n e p ./parallel_boruvka n e p Where: n = number of nodes in graph (randomly generated) e = number of edges in graph p = number of threads used (for parallel algorithms) Boruvka is a version of Boruvka's algorithm that does explicit graph merging Boruvka2 is a version of Boruvka's algorithm that merges the graph implicitly. It's about 2-3x faster than Boruvka. Benchmark with: sh benchmark.sh Results generated in results/ folder (will destroy previous results)
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published