This guide presents a practical method for designing and implementing complex data structures in the C language. The method used consists of two parts: the plan and the framework. The framework offers a structure for organizing knowledge about data structures, while the plan is an algorithm for using the framework's resources to design and implement data structures. Designed to be flexible and grow with the user, this method also incorporates useful tricks, guidelines and techniques gleaned from over seven years of ...
Read More
This guide presents a practical method for designing and implementing complex data structures in the C language. The method used consists of two parts: the plan and the framework. The framework offers a structure for organizing knowledge about data structures, while the plan is an algorithm for using the framework's resources to design and implement data structures. Designed to be flexible and grow with the user, this method also incorporates useful tricks, guidelines and techniques gleaned from over seven years of programming experience. It will be useful and work for a wide range of programs, including interpreters, word processors, string pattern matchers, simulators, window managers, games and database editing libraries.
Read Less