Web applications for sequential visualization of algorithms
- Typescript;
- React;
- ReduxToolkit;
- SCSS;
- CSS-modules;
- Sequential visualization of the algorithm with a setted delay value;
- The ability to stop and continue sorting at any moment;
- Generation a new random data array;
- Ability to change the delay value in the algorithm (lower delay, faster visualization);
- Ability to choose different sorting algorithms;
- Ability to change size of unsorted array;
- Bubble Sort
- Insertion Sort
- Sequential visualization of the algorithm with with a constant delay value;
- Generatin a new random grid;
- Ability to change the coordinates of the target node (Temporarily unavailable);
- Ability to add and remove wall (unwalkable) nodes
- A*