Skip to content

Instantly share code, notes, and snippets.

@Micrified
Created December 20, 2018 13:04
Show Gist options
  • Save Micrified/0e02b9c7848f8b531e1e31a9b0d058c8 to your computer and use it in GitHub Desktop.
Save Micrified/0e02b9c7848f8b531e1e31a9b0d058c8 to your computer and use it in GitHub Desktop.
Input Format
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