2-3 c++中搜索树的实现

发布于 2024-12-26 16:31:16 字数 72 浏览 2 评论 0原文

我正在寻找 2-3 搜索树的 C++ 实现

有人在网络上的任何地方遇到过这种类型的东西吗?

谢谢。

I'm looking for a c++ implementation of 2-3 search tree

Have anybody come across something of this sort anywhere on the net?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜扑 2025-01-02 16:31:17

this one might be helpful for future.

http://cplusplus.kurttest.com/notes/tree23.html

一袭水袖舞倾城 2025-01-02 16:31:16

http://www.cs.ucr.edu/cs14/cs14_06win /slides/2-3_trees_covered.pdf
虽然它没有给出实现,但它提供了足够的背景来实现 2-3 棵树(包括节点结构、插入、删除、遍历、搜索等)。

http://www.cs.ucr.edu/cs14/cs14_06win/slides/2-3_trees_covered.pdf
While it does not give an implementaion, it gives enough background to implement 2-3 trees (including node structure, insertions, deletions, traversals, search etc. ).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文