Fork me on GitHub

btree.lua

#

The file is part of the BURN project (learing multi-objective rules).
Because learning is not the filling a pail, but the lighting of a fire.

index | discuss | license

require "lib"
#

Binary tree stuff

BTree = Any:new{ key,value, up, l,r}