Esempio n. 1
0
 private void createNodes(int amount) {
   for (int i = 0; i < amount; i++) graph.add("node" + i);
 }