Skip to content

Commit 8169262

Browse files
authored
Update index.tsx
1 parent 625db34 commit 8169262

File tree

1 file changed

+1
-1
lines changed
  • src/components/DSA/arrays/BubbleSortVisualization

1 file changed

+1
-1
lines changed

src/components/DSA/arrays/BubbleSortVisualization/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const BubbleSortVisualization: React.FC = () => {
8383
<button onClick={generateArray} disabled={isSorting}>Generate New Array</button>
8484
<br /><br />
8585
<p>
86-
<strong>Instructions:</strong> Click the "Sort" button to visualize the Bubble Sort algorithm. You can also adjust the speed of the visualization using the slider.
86+
<strong>Instructions:</strong> Click the &quot;Sort&quot; button to visualize the Bubble Sort algorithm. You can also adjust the speed of the visualization using the slider.
8787
</p>
8888
<div className="array-container">
8989
{array.map((value, index) => (

0 commit comments

Comments
 (0)