srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.8k stars 328 forks source link

Implemented A Ternary Search Tree Table #135

Closed alkeldi closed 4 years ago

alkeldi commented 4 years ago

Implemented the data structure proposed in https://github.com/srdja/Collections-C/issues/133.

srdja commented 4 years ago

Looks really good! I'm merging it in.