Switch to a standardized tree library in the game tree and depth tree #236

Merged
savanni merged 11 commits from savanni/improved-tree-structure into main 2024-05-01 02:26:47 +00:00
Owner

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.

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.
savanni added 8 commits 2024-05-01 00:45:54 +00:00
savanni added 3 commits 2024-05-01 02:23:15 +00:00
savanni force-pushed savanni/improved-tree-structure from 604a273934 to 20b02fbd90 2024-05-01 02:26:22 +00:00 Compare
savanni merged commit 20b02fbd90 into main 2024-05-01 02:26:47 +00:00
savanni deleted branch savanni/improved-tree-structure 2024-05-01 02:26:47 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: savanni/monorepo#236
No description provided.