-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e29dcdd
commit 8984177
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# Visualizing Sorting Algorithms | ||
|
||
<video src="resources/quicksort.mp4" width="720" height="405" controls></video> | ||
|
||
Everybody and their mother have certainly seen those YouTube videos of the | ||
sorting algorithms moving the bars around so you get to see what each one does. | ||
This is basically that. | ||
|
||
This code is licensed under the GNU GPLv3, please follow the terms and | ||
conditions if you would like to use this code. | ||
This code is licensed under the MIT license, please follow the terms and | ||
conditions if you would like to use this code. Essentially, you can do what you | ||
want with the code as long as you credit the original authors. |
Binary file not shown.