Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 2.96 KB

README.md

File metadata and controls

79 lines (53 loc) · 2.96 KB

Algorithms-Visualizations

Programming Design

Javascript was used to create the program's GUI and to implement the codes. For the front end, ReactJs was used. The implemented algorithms are kept in various functions that are imported into the SortVisualiser component. Each sorting function receives the integer array from this component. After that, when the sorting operations are running, an animation array is used, and the values are pushed into it. Values are displayed as they are pushed as bars with flashes to indicate comparisons and swapping being done.

Material Bread logo

Sorting Algorithms

1- Bubble Sort

Material Bread logo

2- Insertion Sort

Material Bread logo

3- Merge Sort

Material Bread logo

4- Quick Sort

Material Bread logo

5- Heap Sort

Material Bread logo

6- Radix Sort

Material Bread logo

7- Count Sort

Material Bread logo

8- Bucket Sort

Material Bread logo

9- 7.4.5 Sort

Material Bread logo

10- 8.2.4 Sort

Material Bread logo

Comparison of Time and Space Complexities

Material Bread logo