// BTree.cpp : Defines the entry point for the console application. /* 作者:成晓旭 时间:2001年7月2日(9:00:00-14:00:00) 内容:完成二叉树的创建、前序遍历、中序遍历、后序遍历 时间:2001年7月2日(14:00:00-16:00:00) 内容:完成二叉树的叶子节点访问,交换左、右孩子 */ #include "stdafx.h" #include "stdlib.h" #defin e MAX_N
超级蜂 :honeybee:
在Hypercore上运行的仅附加Btree。允许排序迭代等等。
npm install hyperbee
用法
const Hyperbee = require ( 'hyperbee' )
const db = new Hyperbee ( feed , {
keyEncoding : 'utf-8' , // can be set to undefined (binary), utf-8, ascii or and abstract-encoding