This project steals its name from TinyXML. The benefit of TinyXML is its full set of features and ease of use coupled with the ease at which one can integrate it into a working program.
TinyDS is a data structure library meant to be orthogonal and full featured, but made of pure C/C++ (other plans for different languages may arise) so integrating it is as easy as including the source and header files in your project.
Another element of the project is to be clear on the runtime and correctness guarantees of various operations and algorithms. I'll hope to have some documentation that is consistent for each structure and make it easy to compare them to help users make correct data structure choices.
TinyDS is a data structure library meant to be orthogonal and full featured, but made of pure C/C++ (other plans for different languages may arise) so integrating it is as easy as including the source and header files in your project.
Another element of the project is to be clear on the runtime and correctness guarantees of various operations and algorithms. I'll hope to have some documentation that is consistent for each structure and make it easy to compare them to help users make correct data structure choices.