@radtabby you want to BST in C?
make a struct. in the struct are two pointers to instances of the same struct.
The idea is that one pointer is left and the other one is right. the left pointer holds smaller values and the right pointer holds larger values.