# critbit **Repository Path**: mirrors_agl/critbit ## Basic Information - **Project Name**: critbit - **Description**: Critbit trees in C - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This code is taken from Dan Bernstein's qhasm and implements a binary crit-bit (alsa known as PATRICIA) tree for |NUL| terminated strings. Crit-bit trees are underused and it's this author's hope that a good example will aid their adoption. Herein is the CWEB source (critbit.w) and the derived files (critbit.pdf and critbit.c) for those who don't wish to install CWEB and/or TeX. If in doubt, read the PDF file.