C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
bst Directory Reference

Files

 bst.c
 
 bst.h
 Binary search tree of int (no balancing — O(log n) average, O(n) worst-case on sorted input).