Kohi Game Engine
bt_node Struct Reference

#include <u64_bst.h>

Data Fields

u64 key
 
bt_node_value value
 
struct bt_nodeleft
 
struct bt_noderight
 

Detailed Description

A binary tree node, which also represents the base node of the BST itself.

Field Documentation

◆ key

u64 key

◆ left

struct bt_node* left

◆ right

struct bt_node* right

◆ value


The documentation for this struct was generated from the following file: