Kohi Game Engine
|
#include <u64_bst.h>
Data Fields | |
u64 | key |
bt_node_value | value |
struct bt_node * | left |
struct bt_node * | right |
A binary tree node, which also represents the base node of the BST itself.
u64 key |
struct bt_node* left |
struct bt_node* right |
bt_node_value value |