diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-21 21:03:28 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-21 21:03:28 +0100 |
| commit | 7f3a91e6dcbc8277613db6e21b2fd11b344f7a19 (patch) | |
| tree | 7515903dcc90342ae97ac01cbcbd4aa9c23ac09f /structure/Graph.java | |
| parent | ac6de0d3bed1d9849addf0ffd8700721fa8d7580 (diff) | |
Add custom protocol
Diffstat (limited to 'structure/Graph.java')
| -rw-r--r-- | structure/Graph.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/Graph.java b/structure/Graph.java index b1c786d..1c2dc0f 100644 --- a/structure/Graph.java +++ b/structure/Graph.java @@ -153,7 +153,7 @@ public class MyGraph extends SingleGraph{ else{ this.miss++; } - System.out.println("Success = " + this.success + " Miss = " + this.miss); + System.out.println("Success = " + this.success + " Miss = " + this.miss + " try number :"+(this.success+this.miss)) ; //Build bestLink this.showBestLink(); |
