| Teach - Linked Lists Tutoring ProgramTeach is a simple program intended to help a proramming student visualize things like linked lists, binary trees, and all the difference varients and combinations of the two. It is easy to learn, and comes with a collection of examples, including single and double linked lists (null terminated and circular), binary trees (simple and complex) and a few other things. It also has the ability to export the structure as an image for use in presentations. Screen Shot - Doubly Linked ArrayScreen Shot - Simple Binary TreeScreen Shot - Binary List Tree (combined binary tree and linked list) |