Skip to content

AlgoVisualizer is an algorithm visualizing application made as the project for CSE 4402: Visual Programming Lab using JavaFX.

Notifications You must be signed in to change notification settings

sartajekram419/AlgoVisualizer

Repository files navigation

AlgoVisualizer

AlgoVisualizer is an algorithm visualizing application made as the project for CSE 4402: Visual Programming Lab using JavaFX.

Status IDE License

Team Members:

  • Md. Sajid Altaf- 180041203
  • Syed Mohammed Sartaj Ekram- 180041204
  • Adham Arik Rahman- 180041219

Demo:

Starting Page:

This is the starting page for this application. The user can proceed by pressing Enter.

Alt text

Menu Page:

There are 3 different types of algorithms in this application: Searching algorithms, Sorting algorithms and Graph Traversal algorithms. The user can select any one them to proceed.

Alt text

Sorting Algorithms:

The application has 5 sorting algorithms. There are options available to change the size of the array, give customized inputs, generate random inputs, change the speed of transition, pause the transition and view their algorithms.

Insertion Sort

Alt text

Selection Sort

Alt text

Quick Sort

Alt text

Bubble Sort

Alt text

Merge Sort

Alt text

Graph Traversal:

The user can draw nodes by clicking on the mouse at any point of the screeen and draw edges in between two nodes just by selecting them. Then, by selecting any node as the source, the visualization of either BFS(Breadth First Search) or DFS(Depth First Search) can be started. There are options to resize the nodes, clear the screen and view the algorithms of BFS and DFS as well.

DFS

Alt text

BFS

Alt text

Searching Algorithms:

The application has 2 types of searching algorithm. There are options available to change the size of the array, give customized inputs, generate random inputs, clear the screen and view their algorithms.

Binary Search

Alt text

Linear Search

Alt text

Documentation: