You can help the community by contributing reviews and ratings to the catalog.

Here is a detailed description for the catalog entry structure.

Trakla - Binary Search

Recommendation

Recommended

Link

http://www.cs.hut.fi/Research/TRAKLA2/exercises/BinarySearch.html

Delivery Method

Java Application

License

GPL

Language

English

Author

Ville Karavirta; Ari Korhonen; Lauri Malmi; Kimmo Stålnacke

Institution

Helsinki University of Technology

Project

Trakla2

RelationshipToProject

PartOfProject

Works

Yes

Description

User works through an exercise demonstrating proficiency at determining which positions in the array are visited during a binary search. Pseudocode is provided to work from.

Evaluation

Excellent exercise. The one flaw with this AV is that the user has to do some calculation (adding array indices and dividing by two to decide what is visited next). That can get tedious.

ActivityLevel

Canned Data; Predictions

GoodFor

Lecture Aid; Self Study; Lab Exercise

Screenshots

Videos

References

HowToUse

First Visited

2008-07-25

Last Visited

2008-07-25

Last Updated

2006-01-25

Topic

BinarySearch

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.

Java Applets Center - Binary Search

Recommendation

Not Recommended

Link

http://www.cosc.canterbury.ac.nz/people/mukundan/dsal/BSearch.html

Delivery Method

Java Applet

License

Unavailable

Language

English

Author

R. Mukundan

Institution

University of Canterbury

Project

Java Applets Centre

RelationshipToProject

PartOfProject

Works

Yes

Description

Simple visualization for the Binary Search Algorithm (BST) with only continuous mode operation. The user can enter the array size, push the create button to build a random array of that length, enter some number to search and then start a simple animation by clicking the search button. The binary search algorithm is only represented by a simple array. It doesn’t allow users to step through the visualization at user’s own speed or with controls. The visualization automatically step through the Binary search algorithm. Data set is randomly generated by AV and the range of the input size is from 3 to 19.

Evaluation

No explanation for what is happening. All that happens during the animation is that values in the array turn a different color when they are visited. This makes it hard to understand the process.

ActivityLevel

Animation Only; Random Data

GoodFor

Lecture Aid

Screenshots

Videos

References

HowToUse

First Visited

2006-11-06

Last Visited

2008-07-21

Last Updated

2006

Topic

BinarySearch

Community

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

Edit

You may edit this entry if you have an account.

Animal - Binary Search

Recommendation

Not Recommended

Link

http://www.animal.ahrgr.de/showAnimationDetails.php3?anim=4; http://www.animal.ahrgr.de/showAnimationDetails.php3?anim=61

Delivery Method

Animal Animation

License

Non-Commercial

Language

English; German

Author

Carsten Schwender; Guido Rößling

Institution

TU Darmstadt, Darmstadt, Germany

Project

Animal

RelationshipToProject

PartOfProject

Works

Yes

Description

Presented as a series of slides, with pseudocode. The animation demonstrates the course of a binary search and shows the source code. To better understand the procedure the current code line is highlighted. Additionally the source code was annotated showing which program line corresponds to which part of the divide and conquer strategy. In addition to the AV linked above, there are other examples of binary search are provided in the complete Animal package.

Evaluation

Not so clear what is going on. A major problem is that the right and left subarray bounds variables are not visually integrated with the array.

ActivityLevel

Animation; Step Control; Canned Data

GoodFor

Lecture Aid

Screenshots

Animal - Binary SearchAnimal - Binary SearchAnimal - Binary Search

Videos

References

HowToUse

For detailed instructions on how to install Animal and run Animal AVs, see: http://www.algoanim.info/Animal2/?q=node/290. Once you have installed the Animal .jar file and downloaded/unpacked the .zip file of Animal animations, you are now ready to run Animal. Run the .jar file to start Animal. Then go to the "Open" menu item, and browse to where you put the animal animations you got in the .zip file. Pick this AV from the list. You can then step through the animation, or use "kiosk mode" to have the steps fed to you at a constant pace.

First Visited

2007-07-21

Last Visited

2010-02-04

Last Updated

1999-05-10

Topic

BinarySearch

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.