-
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1394*
---
Because CkMulticastMgr is a group, it uses a tree structure of PEs to send group messages. The problem is that if one of the PE…
-
**What is the feature or improvement you would like to see?**
Steiner Tree problem is one of the 21 NP-Complete problem suggested by Richard Karp. For a given graph G(V,E), Steiner tree is a tree whi…
-
https://github.com/qguv/unionfind/blob/master/qfarray/qfarray.go#L33
http://stackoverflow.com/questions/27775376/value-receiver-vs-pointer-receiver-in-golang/27775558#27775558
![image](https://c…
-
Simulation results up to 127x127x127 lattice show that the scaling is not linear. Need to profile (does the greedy implementation of the minimum spanning tree slow down it?)
![uf_3d_timing](https:/…
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIITH
2. #### Approver’…
-
Basic computer science:
- Sets
- Boolean algebra
- Graph theory
- Minimum Spanning Tree (Prim, Kruskal)
- Shortest Path (Dijkstra, Bellman-Ford, Floyd-Warshall)
Useful tools:
- Wireshark
- s…
-
Weekly Tasks:
- [ ] Plan LAN, backbones, VLAN, Wide Area Networks, and VPN design.
- [ ] Compare data communication technologies and networking in various simulated environments.
- [ ] Recommend t…
-
### Summary
First, thanks for the awesome library! It's been very useful.
I have a DiGraphMap and I want to solve what I've just learned is called a Minimum Cost Arborescence problem.
https:/…
-
Write the code to perform Kruskal's MST in python.
Guidelines:
- Write the codes in python only.
- Refrain from any unfair means or plagiarism.
- The code should display authenticity.
- Use pro…
-
As the title suggests, for some APIs like brute-force this should be as simple as flipping the direction of the k-select. For the fused algos, it'll be more complicated but not by much.
Computing the…