我需要vb.net中的b树或b + tree类 [英] I need a b-tree or b+tree class in vb.net

查看:75
本文介绍了我需要vb.net中的b树或b + tree类的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好
我正在尝试建立索引文件结构.如您所知,它需要b-tree或b + tree来实现.知道我想问你如何在vb.net中找到b树类?
还是要实现它?还是谢谢您

Hello all
I am trying to make an indexed file structure. as you may know it needs b-tree or b+tree to implement. know I want to ask you How can I find a b-tree class in vb.net?
or how to implement it?thank you anyway

推荐答案

看看我的文章,这里使用b + tree: ^ ]
Take a look at my article which uses a b+tree here : RaptorDB - the Key Value Store[^]


查看此处: http://bplusdotnet.sourceforge.net/ [ B +-树 [
See here: A simple binary tree implementation with VB.NET[^]
and here: http://bplusdotnet.sourceforge.net/[^] you''ll find a couple of implementations in languages like Java and C# etc.

If you want to learn something though it would indeed be better to have a go at this yourself. The WikiPedia webpage about B+ - Trees[^] is a good start. There are sections in it detailing on how to insert and delete a node and also a section outlining the implementation.

Regards,

Manfred


这篇关于我需要vb.net中的b树或b + tree类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆