This project illustrates the basic algorithms of searching and sorting to give a basic idea about how the algorithms.
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
Binary search and linear search can be illustrated here and the elements and element number can be set manually.