Hacker News new | ask | show | jobs
by ben_pfaff 1886 days ago
I wasn't sure anyone but the authors remembered C Unleashed! I wrote the chapter on binary search trees and balanced trees.

Comp.lang.c was important to me for many years. I've met 5 or so of the regulars at least once. The most famous comp.lang.c regular is probably Tim Hockin of the Kubernetes project.

2 comments

Ben Pfaff... There's a name I recognize from back then. :-)
Is it beej or bj?
One syllable, typically. But either works.
Thanks.
Thanks very much! The code from the book proved very useful since C does not have a standard library of rich data structures.