Skip to content

Commit

Permalink
Added suffx stuff to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
KR-Ravindra committed Oct 27, 2023
1 parent e0037e1 commit 280e259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/homePage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ function HomePage() {
<option value="rabin_karp">Rabin Karp</option>
<option value="kmp">Knuth Morris</option>
<option value="naive">Naive</option>
<option value="boyremoore">Boyre Moore</option>
<option value="suffix_array">Suffix Array</option>
<option value="suffix_tree">Suffix Tree</option>
</select>
</div>
<button className="centeredButton" onClick={() => { handleSubmit(); handleScrollUp(); }}>
Expand Down

0 comments on commit 280e259

Please sign in to comment.