AV Catalog Entries tagged 'Unavailable'

0
Auckland - Insertion Sort Animation Has Potential
A simple node-based insertion sort visualization. Includes multiple types of input (random, sorted ascending, and sorted ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation, Random data...
0
Auckland - Chained Matrix Multiplication Has Potential
This a visualization of chained matrix multiplication using dynamic programming to find the optimal multiplication ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation, Canned data...
0
Auckland - Priority Queue Has Potential
Shows array and tree representations. Step-by-step explanations of what is happening, with bounce-along pseudocode.
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation, Canned data...
Topic: Heap...
0
Java Applets Center - Binary Search Not Recommended
Simple visualization for the Binary Search Algorithm (BST) with only continuous mode operation. The user can ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation only...
Topic: Binary Search...
0
Java Applets Centre - Graph Traversal Not Recommended
Demonstrates DFS and BFS. User “builds” a graph by selecting vertices to connect with edges. Then ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: N/A
Topic: Graph Traversals...
0
Java Applets Centre - Linear Search Not Recommended
Simple presentation for linear search. User selects an array size and it is loaded with random ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation only...
Topic: Linear Search...
0
Java Applets Centre - Merge Sort Not Recommended
Bar-swapping with only continuous mode operation (no speed control). Only randomly-generated data sets, but you may ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation only...
Topic: MergeSort...
0
Java Applets Centre - Priority Queue Not Recommended
Presentation for a min-heap. User enters values (or asks for random values) that are put into ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: N/A
Topic: Heap...
0
Java Applets Centre - N-Queens Problem Not Recommended
Simple animation of the placement steps taken when solving the 8 queens problem using backtracking.
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation only
0
Java Applets Centre - Quick Sort Not Recommended
This is a simplistic bar-swapping visualization with only continuous mode operation. The user cannot step through ...
Good For: N/A
Delivery Method: Java Applet
Activity Level: Animation only...
Topic: Quicksort...