Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(Tree): Move TreeMapNode to Tree directory and add TreeNode w… #13

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

walmir-silva
Copy link
Contributor

…ith tests

  • Moved TreeMapNode class to the Tree directory for better structure.
  • Created TreeNode.php with full implementation.
  • Added comprehensive tests for TreeNode, covering left and right child handling, parent removal, and node replacement.
  • Ensured 100% test coverage for TreeNode functionality.

…ith tests

- Moved TreeMapNode class to the Tree directory for better structure.
- Created TreeNode.php with full implementation.
- Added comprehensive tests for TreeNode, covering left and right child handling, parent removal, and node replacement.
- Ensured 100% test coverage for TreeNode functionality.
@walmir-silva walmir-silva merged commit 9a49838 into main Sep 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant