Linked List Teaching System


YOKOYAMA - MIYADERA Lab
Department of Computer Science and Informatics
Tokyo Gakugei University



This Linked List Teaching System presents two algorithms. The first, called Linked List Insert 1, builds a list of names and telephone numbers (which you enter) and then prints the list. The second, called Linked List Insert 2, also builds a list, then asked you for a new names and numbers, and location to insert them in the list. The system uses animation and program visualization to show how the algorithms work.



Instructions:





View source code of the Teaching System:


Back to the Teaching System.