A fully functional red-black tree implemented in C++/CLI with an OO approach of naming and structuring which makes the code highly readable as well as easily portable to C# or Java. The package also includes a binary search tree and two traversal algorithms.
Features
- DFS traversal to check for red-black tree definition and validate the tree (good for debuggig)
- BFS traversal to visualize the tree in easy to track form and color the red nodes
- BST to help review the specific code features with regard to the red-black tree
Categories
AlgorithmsLicense
GNU General Public License version 2.0 (GPLv2)Follow Red-Black Tree
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
Necessário para desenvolver um melhor aprendizado.