Lafore's Queue

Recommendation

Not Recommended

Link

http://mainline.brynmawr.edu/Courses/cs206/spring2004/WorkshopApplets/Chap04/Queue/Queue.html

Delivery Method

Java Applet

License

Unavailable

Language

English

Author

Robert LaFore

Institution

None

Project

LaFore's Book

RelationshipToProject

PartOfCollection

Works

Yes

Description

Very simple queue demonstration.

Evaluation

Strengths: Colored, and pseudocode is provided as the visualization is stepped through. Weaknesses: No "step" button, the operation button must be clicked multiple times to step through.

ActivityLevel

GoodFor

Lecture Aid

Screenshots

Videos

References

HowToUse

First Visited

2006-04-04

Last Visited

2008-06-16

Last Updated

2002

Topic

Queues

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.

The "Step & Queue" Applet

Recommendation

Has Potential

Link

http://www2.hawaii.edu/~btimmerm/2003n4Fall/pa04/StackQueue.htm

Delivery Method

Java Applet

License

Unavailable

Language

English

Author

Ben Timmerman

Institution

University of Hawaii

Project

StandAlone

RelationshipToProject

StandAlone

Works

Yes

Description

Shows a stack and a queue side by side

Evaluation

Strengths: Good comparison between a stack and a queue. Weaknesses: The elements of the queue aren't all properly displayed.

ActivityLevel

GoodFor

Teaching the Concept

Screenshots

Videos

References

HowToUse

First Visited

2006-04-04

Last Visited

2008-06-16

Last Updated

2004-05-27

Topic

Queues

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.

Queue Applet

Recommendation

Recommended

Link

http://courses.cs.vt.edu/csonline/DataStructures/Lessons/QueuesImplementationView/applet.html

Delivery Method

Java Applet

License

Unavailable

Language

English

Author

Shad Gilley

Institution

Virginia Tech

Project

StandAlone

RelationshipToProject

StandAlone

Works

Yes

Description

An applet that shows a queue in three different views: abstract, logical and physical. The abstract view visualizes how items are inserted into the tail end of the queue and removed from the head of the queue. The logical view represents the queue as a circular structure and shows how the head and tail pointers traverse from the end of the array to the start of the array. The physical view shows how the queue items are stored in the computer memory. The abstract view is shown by default, while the other two can be shown or hidden by the user. There is also a set of instructions on how to use the applet.

Evaluation

The applet shows well how queues work and how they are implemented. The use of three different views support learning by showing the queue structure and queue operations in various abstraction levels. The user interface is simple and easy to use but maybe the use of other colours than just grey and black could make it more pleasant to watch. For example queue items with different colours might help in following of the animation. Also, it would be useful to have a possibility to insert some random default values into the queue.

ActivityLevel

User Data

GoodFor

Lecture Aid; Self Study

Screenshots

Enqueue Dequeue

Videos

References

HowToUse

First Visited

2006-04-04

Last Visited

2008-07-02

Last Updated

2001-01-17

Topic

Queues

Community

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

Edit

You may edit this entry if you have an account.

Simple Queue

Recommendation

Not Recommended

Link

http://www.cs.cf.ac.uk/Dave/JAVA/queue/queue.html

Delivery Method

Java Applet

License

Unlicensed Sourcecode

Language

English

Author

Dan Cieslak

Institution

Cardiff University

Project

StandAlone

RelationshipToProject

StandAlone

Works

Yes

Description

Simple queue of letters.

Evaluation

You can insert and delete letters from the queue. No explanations for what is happening. Basic text graphics.

ActivityLevel

User Data

GoodFor

Lecture Aid

Screenshots

Videos

References

HowToUse

First Visited

2006-04-04

Last Visited

2009-04-29

Last Updated

1996

Topic

Queues

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.