Karanstr / rust_grid_game

Take 3, fr this time?
0 stars 0 forks source link

Add root aliasing for reduced depth searching #52

Open Karanstr opened 13 hours ago

Karanstr commented 13 hours ago

When in a block, store the trail of nodes which leads to that block. Then, when crossing boundaries start at the first shared parent when searching. This will allow for far smaller numbers and less work.