# HG changeset patch # User Dennis C. M. # Date 1689528420 -3600 # Node ID 50e6f49c32e8ae98967ff36717ceb8a22e453aa8 # Parent b656ed2e8957a5330ba2d95cab87c4418b21520f Update README.md committer: GitHub diff -r b656ed2e8957 -r 50e6f49c32e8 README.md --- a/README.md Fri Jul 14 20:16:29 2023 +0100 +++ b/README.md Sun Jul 16 18:27:00 2023 +0100 @@ -1,6 +1,7 @@ # algo-animator -An interactive program to visualize sorting algorithms. +An interactive program to visualize sorting algorithms. +I also made a video about this project [Youtube](https://youtu.be/KvOI88s-FsU) This project is inspired by - off course - the video by Timo Bingmann called [15 sorting algorithms in 6 minutes](https://www.youtube.com/watch?v=kPRA0W1kECg).