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
Go from Code to Production URL in Seconds
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Rate This Project
Login To Rate This Project
User Reviews
-
Necessário para desenvolver um melhor aprendizado.