Home  /  Education Apps  / Data Structure Visualizer on Windows Pc

Data Structure Visualizer on Windows Pc

Developed By: Joe Polk

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 21, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0
Size 4.5 MB
Release Date January 04, 21
Category Education Apps

What's New:
First Rollout. Has binary search tree, red black tree, AVL tree, and weighted graphs. [see more]

Description from Developer:
When learning data structures in our computer science classes, we had to undergo the arduous task of drawing out the data structures with pen and paper with every insertion and del... [read more]

App preview ([see all 25 screenshots])

App preview

About this app

On this page you can download Data Structure Visualizer and install on Windows PC. Data Structure Visualizer is free Education app, developed by Joe Polk. Latest version of Data Structure Visualizer is 1.0, was released on 2021-01-04 (updated on 2024-04-21). Estimated number of the downloads is more than 1. Overall rating of Data Structure Visualizer is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Data Structure Visualizer on Windows?

Instruction on how to install Data Structure Visualizer on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Data Structure Visualizer on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Data Structure Visualizer using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Data Structure Visualizer" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Data Structure Visualizer on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Data Structure Visualizer" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.0.

Download Data Structure Visualizer 1.0 on Windows PC – 4.5 MB

When learning data structures in our computer science classes, we had to undergo the arduous task of drawing out the data structures with pen and paper with every insertion and deletion. This took a lot of unnecessary time, so we built the Data Structure Visualizer to fix that!

This app features both trees and weighted graphs. The trees you can currently choose from are:
-Binary Search Trees
-Red Black Trees
- AVL Trees

The trees offer the functionality of inserting and deleting nodes with corresponding animations. All actions are accompanied by a readout at the bottom of the screen explaining what the algorithm is doing. The user can also perform the following traversals on the trees:
- In-Order
- Pre-Order
- Post-Order
- Breadth-First
- Value Search

As for weighted graphs, the user can choose from pre-made graphs of the following types:
- Directed Arbitrary
- Directed Cyclical
- Directed Forest
- Undirected Arbitrary
- Undirected Cyclical
- Undirected Forest

The following traversals and algorithms can be performed on the graphs:
- Prim's MST
- Dijkstra's Shortest Path
- Breadth-First Path
- Kruskal's MST

Along with the tree and graph animations, the app offers a comprehensive guide to the tree and graph algorithms for reference; found by clicking the information icon.

This application was made in coordination with the University of Wisconsin-Madison CS 400 syllabus under the guidance of Professor Gary Dahl. It was developed by Samuel Gronseth, Milan Tomic, Joseph Polk, Allison Winter-Reed, Samraaj Thackeray, and Jessica Miyake.
First Rollout. Has binary search tree, red black tree, AVL tree, and weighted graphs.