Skip to content

Implement TreeMap and TreeMapNode with comprehensive test coverage #7

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

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

walmir-silva
Copy link
Contributor

  • Create TreeMap implementation using a self-balancing binary search tree (Red-Black Tree)
  • Create TreeMapNode to support TreeMap structure with methods for managing node properties
  • Implement put, get, remove, and balancing methods in TreeMap
  • Add comprehensive unit tests for TreeMapNode ensuring 100% coverage
  • Add extensive test cases for TreeMap including insertion, deletion, balancing, and edge cases
  • Ensure proper behavior of TreeMap operations through detailed test scenarios
  • Verify usage of TreeMapNode methods within TreeMap implementation

- Create TreeMap implementation using a self-balancing binary search tree (Red-Black Tree)
- Create TreeMapNode to support TreeMap structure with methods for managing node properties
- Implement put, get, remove, and balancing methods in TreeMap
- Add comprehensive unit tests for TreeMapNode ensuring 100% coverage
- Add extensive test cases for TreeMap including insertion, deletion, balancing, and edge cases
- Ensure proper behavior of TreeMap operations through detailed test scenarios
- Verify usage of TreeMapNode methods within TreeMap implementation
- Create TreeMap implementation using a self-balancing binary search tree (Red-Black Tree)
- Create TreeMapNode to support TreeMap structure with methods for managing node properties
- Implement put, get, remove, and balancing methods in TreeMap
- Add comprehensive unit tests for TreeMapNode ensuring 100% coverage
- Add extensive test cases for TreeMap including insertion, deletion, balancing, and edge cases
- Ensure proper behavior of TreeMap operations through detailed test scenarios
- Verify usage of TreeMapNode methods within TreeMap implementation
@walmir-silva walmir-silva merged commit 397d36b into main Jul 1, 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