如何向斐波那契树插入元素?
问:如何将元素插入斐波那契树中。 我在想,因为斐波那契树就像排序树。我必须平衡右边的树或左边的树。但如何呢?
Q. How would you insert an element to a Fibonacci tree.
I was thinking, because fibonacci trees are like sorted tree. I have to either balance the right tree or the left tree. but how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
插入(Q, e)
希望有帮助
Insert(Q, e)
I hope it helps