Complete graph $(K_n)$
Cycle graph $(C_n)$
Wheel graph $(W_n)$
n-cube $Q_n$
Hamilton Path is a path which goes through all vertices once.
Hamilton Circuit is a Hamilton Path but it is ended at the beginning vertex.
Graph $K_n, C_n, W_n,Q_n$ always have Hamilton Circuit.
Graph $K_{n,m}$ has Hamilton path if and only if:
Euler path is a path which goes through all edges once.
Euler circuit is a Euler path but it is ended with the beginning vertex.
If the list of degree of all vertices are even or only has two odd degrees, it will have Euler path.
Euler path has Euler circuit if and only if all of vertices' degree are even.