wiki_research

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

path (277B)


      1 # Path
      2 
      3 sequence of vertices in a [graph] such that any two successive vertices are connected by an [edge]
      4 
      5 - [simple_path]
      6 - [trail]
      7 - [shortest_path]
      8 - [hamiltonian_path]
      9 - [eulerian_path]
     10 - [path_undirected]
     11 
     12 Up: [graph]
     13 
     14 See also: [pathwidth], [path_graph]
     15 
     16 Aliases: paths