This file contains hidden or 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
| """ | |
| Knuth/ Fisher-Yates shuffle algorithm visualized with the manim library. | |
| Install manim (preferably in a virtual environment), | |
| $ pip install manim | |
| Generate the animation play the resulting mp4 file, | |
| $ manim -pql scene.py KnuthShuffle | |
| To generate a higher quality animation once you're done testing the code (takes more time to execute), |