Data Structure Visualization - List-Linked List

Recommendation

Has Potential

Link

http://www.cs.usfca.edu/galles/visualization/download.html

Delivery Method

Java Application

License

Unlicensed Sourcecode

Language

English

Author

David Galles

Institution

University of San Francisco

Project

Data Structure Visualization

RelationshipToProject

PartOfProject

Works

Yes

Description

Clear demonstration of basic list operations such as insert, delete. User can set multiple "iterators" which indicate a current position in the list for operations.

Evaluation

Good presentation of linked lists. Shows the link structure and how the pointers move around. Can be a little confusing figuring out what the "current" element is. Particularly as there is no code to go with it. Also, a deleted link just "goes away," which does not teach users anything good about memory leaks.

ActivityLevel

User Data

GoodFor

Lecture Aid; Self Study

Screenshots

Videos

References

HowToUse

First Visited

2006-09-01

Last Visited

2008-07-01

Last Updated

2006-04-05

Topic

Lists

Community

Average rating: unrated
Your rating:You must be logged in to Rate.
Comments

Edit

You may edit this entry if you have an account.