Skip to content

Commit

Permalink
Update Note graph.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
anugraheeth authored Nov 14, 2024
1 parent d7d92c2 commit 893d215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/graph.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function Graph() {
{isSorting ? 'Stop' : 'Reset'}
</button>
</div>
<p className="note">Note: Currently only Bubble Sort & Quick Sort is functioning. More sorting algorithms will be added soon.</p>
<p className="note">Note: Currently only Bubble Sort, Quick Sort & Selection Sort is functioning. More sorting algorithms will be added soon.</p>
</div>
<div className="section-container">
<div className="graph">
Expand Down

0 comments on commit 893d215

Please sign in to comment.