Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaatahan authored Oct 14, 2020
1 parent 5bcf6f7 commit 24c9f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ALGOVIS
Algovis is a website built with React that allows the user to visualize various sorting algorithms (Merge Sort, Quick Sort, Bubble Sort) and gain insights about how these algorithms actually work under the hood.

The deployed site can be accessed here: https://ardaatahan.github.io/algovis/
The deployed site can be accessed here: https://ardaatahan.github.io/algovis-without-hooks/

Algovis enables the users to do the following:
- Select from a variety of sorting algorithms (Merge Sort, Quick Sort, Bubble Sort)
Expand Down

0 comments on commit 24c9f27

Please sign in to comment.