Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2-3-4树和普通红黑树 #116

Open
hunterhug opened this issue May 26, 2021 · 3 comments
Open

2-3-4树和普通红黑树 #116

hunterhug opened this issue May 26, 2021 · 3 comments

Comments

@hunterhug
Copy link
Owner

https://hunterhug.github.io/goa.c/#/algorithm/search/rb_tree

Description

@hunterhug
Copy link
Owner Author

@teng-tt
Copy link

teng-tt commented Apr 24, 2022

刷完了,感谢作者提供的优秀资源,全部动手敲了一遍demo,自己敲的过程对照文档思考,从小白到现在也算入门了,最后再次感谢作者提供的优秀资源!

@hunterhug
Copy link
Owner Author

此红黑树实现是几年前参考了java jdk的treemap,并进行分析后,进行转换的。也就是把java的实现翻译成golang的实现,其中进行了若干优化。其中一个是:#168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants