Hypercube

  • (n-1) coordinate plus one more dimension
  • Could be used in parallel processing, with vertices as processors, and edges connecting them
  • Construction
    • Make a copy of the d-dim hypercube, from c to c'
    • Connect the corresponding vertices in c and c' by edges.
  • Deriving the number of edges:
  • Distance between nodes is , by jumping to the same sub-cube on and on.
  • Meanwhile, the mesh structure
    • Has a fixed degree (4)
    • Distance between nodes can be
    • Cutting the mesh horizontally and vertically into 4 sub-meshes
  • Complete binary-tree (cutting from the root into 2 sub-trees)