Algorithms
Algorithms copied to clipboard
Issue #286 hamiltonian cycle
Type: new feature Issue solved: Issue https://github.com/williamfiset/Algorithms/issues/286
The original PR (PR https://github.com/williamfiset/Algorithms/pull/345 ) containing two problems was split into two separate PR, and the code was optimized and improved at the same time.
Allow the user input size of the graph and the graph itself
Also add test for the algorithm
Update the HamiltoonianCycle.java, reopen a new PR.