Created
December 20, 2018 13:04
-
-
Save Micrified/0e02b9c7848f8b531e1e31a9b0d058c8 to your computer and use it in GitHub Desktop.
Input Format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 (Number of Nodes) | |
3 (Number of local nodes) | |
3 (Number of edges) | |
3 (Number of starting nodes) | |
0 1 2 (All IDS of local nodes) | |
0 1 1 (Edge 1: <start end weight>, so from 0 to 1 with weight 1) | |
0 2 3 (Edge 2) | |
1 2 2 (Edge 3) | |
rmi://localhost:1099/node-0 (URL 1) | |
rmi://localhost:1099/node-1 (URL 2) | |
rmi://localhost:1099/node-2 (URL 3) | |
0 1 2 (Staring node identifiers) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment