Switch to a standardized tree library in the game tree and depth tree #236
No reviewers
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#236
Loading…
Reference in New Issue
No description provided.
Delete Branch "savanni/improved-tree-structure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Switching from my custom tree implementation to an nary_tree gives some benefits in terms of being able to navigate the tree. nary_tree already has the ability to move between siblings and back up to parents, which will be valuable for recalculating a line of moves from a specific node.
604a273934
to20b02fbd90