Skip to content

Commit ac90768

Browse files
Update README.md
1 parent 8ee8149 commit ac90768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Hey! I've made a variety of basic data structres in Python, alongside a few sorting algorithms. However, due to the sometimes difficult concepts surrounding some of them, mainly merge and quick sort, I've also made visualizations using matplotlib and numpy for each sorting algorithm. If you want to see a default sort, something like this:
44

5-
5+
![](https://github.com/DSA/quicksort.gif)
66

77
Then just run the Vis program for the algorithm you want to see. If you want to use a custom list or change the number of values in the list, you can edit that by importing the visualization file, instantiating a new Vis() object, and changing the *lst* attribute that the algorithm sorts, or by feeding in an *amount* parameter into the object to change the size of the array. Then, call the sort like this:
88

0 commit comments

Comments
 (0)