public class State extends Object implements Comparable<State>
| Constructor and Description |
|---|
State(double cost,
int vertex) |
public int compareTo(State o)
compareTo in interface Comparable<State>Copyright © 2014–2021 码农场. All rights reserved.