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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
Necessário para desenvolver um melhor aprendizado.