JBotSim icon indicating copy to clipboard operation
JBotSim copied to clipboard

Node.compareTo should not be dependent of Node.toString

Open remikey opened this issue 6 years ago • 0 comments

Node.compareTo currently uses a comparison between the Nodes' toString().

Instead, we expect the comparison to be done solely on the Nodes' identifiers (Node.getID()).

remikey avatar Dec 20 '18 10:12 remikey