Animation of Java linked lists

  • Authors:
  • Herbert L. Dershem;Ryan L. McFall;Ngozi Uti

  • Affiliations:
  • Hope College, Holland, MI;Hope College, Holland, MI;Northern Kentucky University, Highland Heights, KY

  • Venue:
  • SIGCSE '02 Proceedings of the 33rd SIGCSE technical symposium on Computer science education
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Linked lists are an important component of the computer science curriculum. JVALL is a software package that provides an animation of linked list operations that is fully compatible with the Java LinkedList class. The animations are driven by a client program that can be either an applet or standalone application. It provides an effective way for students to learn, experiment with, and debug linked list based classes.