C Tool Kit This is a collection of tools written in C. Its a pretty basic toolkit and most of its functionality is implemented (no doubt better) in glibc, glib, and other libraries. This software is written by Jack Neely and is licensed under the GNU General Public License. Please see the file COPYING for details. So what's included? btree - Binary Trees implemented with ALV Trees graph - unidirectional graph ADT. Uses btree.h. llist - Pretty standard linked lists ADT. matrix - Not really matrix stuff but some simple 3D vector rotations that need matrices. vector2d - 2D Vector functions vector3d - 3D Vector functions vector - generic vector functions (mulit-dimensional) If you find these usefull, cute, or whatever please send me an email. I'm also definately accepting patches if you would like to work on these. Jack Neely