Skip to content

This application illustrates the sorting and searching algorithm using JavaFX so that the learners can get a basic idea about how the algorithms work.

License

Notifications You must be signed in to change notification settings

rownakulislam/Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-Visualizer

Screenshot (17) This project illustrates the basic algorithms of searching and sorting to give a basic idea about how the algorithms.

Sorting

There are 6 different searching algorithms to illustrate. The element number and the values can be set manually as well the speed of the animation.

  • Merge sort
  • Insertion sort
  • Selection sort
  • Quick sort
  • Bubble sort

Screenshot (19)

Bubble Sort pPreview

Screenshot (22)

Searching

Binary search and linear search can be illustrated here and the elements and element number can be set manually.

Linear Search Preview

Screenshot (23) Screenshot (24)

Binary Search Preview

Screenshot (25) Screenshot (27) Screenshot (28)

About

This application illustrates the sorting and searching algorithm using JavaFX so that the learners can get a basic idea about how the algorithms work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published