1
0
Fork 0
tera/Source/lib/bintrees/index.js

5 lines
97 B
JavaScript
Raw Normal View History

2019-02-10 19:53:54 +00:00
module.exports = {
RBTree: require('./lib/rbtree'),
BinTree: require('./lib/bintree')
};