RB-Tree,一种自平衡的二叉查找树,以其高效的插入、删除和搜索操作广泛应用于数据结构与算法领域。在电子技术中,RB-Tree是实现高效内存管理、数据库索引及实时系统调度的关键技术之一。掌握RB-Tree原理不仅能够提升工程师解决复杂问题的能力,还能优化软件性能。本页面汇集了333个精选资源,涵盖从基础理论到高级应用的全面内容,助力您深入理解并灵活运用这一重要数据结构。
This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case, O(log(n)) agerage case data....
📅 2013-12-22
👤 wys0120
this is decision tree ID3 algorithm, this algorithm is one of decision tree algorithm like cart, chaid, c4.5, etc...
📅 2017-04-23
👤 498732662
kd tree java implementation 2...
📅 2014-01-14
👤 qiaoyue
kd tree implementation java...
📅 2013-12-26
👤 sevenbestfei
6 bit dadda tree reduction code -- verilog...
📅 2013-11-29
👤 黄华强