Can a Tree Visit Every Cell in a Cubic Lattice Blindly?

  • Context: Graduate 
  • Thread starter Thread starter intervoxel
  • Start date Start date
  • Tags Tags
    Cubic Lattice Tree
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
intervoxel
Messages
192
Reaction score
1
I need to generate a tree in a cubic lattice that, from any cell, visits every other cell in the lattice just once. This visit must be blind, that is, it is not allowed to mark the cell as visited.
Thanks in advance for any solution or reference.
 
Mathematics news on Phys.org
intervoxel said:
I need to generate a tree in a cubic lattice that, from any cell, visits every other cell in the lattice just once. This visit must be blind, that is, it is not allowed to mark the cell as visited.
Thanks in advance for any solution or reference.
Is this schoolwork?
 
No, it's research.
 
I Found a solution. Thanks.