wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

3_hamiltonian_path (221B)


      1 # 3 hamiltonian path
      2 
      3 A [hamiltonian_path] of the [graph_cube] of an [undirected_graph]
      4 
      5 It always exists if the [graph] is [connected_graph]
      6 
      7 Up: [hamiltonian_path]
      8 
      9 See also: [2_hamiltonian_path], [3_hamiltonian_cycle]