Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit c77a768

Browse files
committed
[#9] Enable Echo algorithm for simulation
1 parent 78587d3 commit c77a768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DaVizJava/com/aexiz/daviz/Algorithms.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static Algorithms[] getAlgorithms() {
5050
new Algorithms("Cidon", new Cidon()),
5151
new Algorithms("Tree", new Tree()),
5252
new Algorithms("Tree + Ack", new TreeAck()),
53+
new Algorithms("Echo", new Echo()),
5354
};
5455
}
5556

0 commit comments

Comments
 (0)