Data Structures in Processing
My goal for this project was to create an applet that would enable the creation of simple data structure trees. Functions such as addNode(), Height(), Size(), preOrder(), postOrder() and inOrder() were implemented to give the user more information about the tree he/she was forming. With this tool, users can visualize tree structures and hopefully grasp the primary concepts at an accelerated rate. I chose Processing because it uses Java and is great for visual projects.