AlgoVisualizer is an algorithm visualizing application made as the project for CSE 4402: Visual Programming Lab using JavaFX.
- Md. Sajid Altaf- 180041203
- Syed Mohammed Sartaj Ekram- 180041204
- Adham Arik Rahman- 180041219
This is the starting page for this application. The user can proceed by pressing Enter.
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.
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.
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.
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.