We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fe733 commit 678aaf4Copy full SHA for 678aaf4
src/components/SortingVisualizer.tsx
@@ -44,7 +44,6 @@ const SortingVisualizer: React.FC<ArrayProps> = ({ arraysInfo }) => {
44
e.preventDefault();
45
if (!algorithm || isSorting) return;
46
setIsSorting(true);
47
- // let time: number = 0;
48
let method: string = algorithm;
49
if (method === "Merge") {
50
startSorting(getMergeSortAnimations(array));
0 commit comments