Animation of algorithmic tasks
ReverseList.mp4
To successfully install manim, you have to install a few dependencies. Follow the guide: manim
Create and activate a virtual environment in the root directory
python3 -m venv venv
source venv/bin/activate
To install the project's packages, type the following command:
pip3 install -r requirements.txt
To view the particular algorithm animation (for example, reverse_list), run the following command in your terminal
manim -p -qm src/reverse_linked_list/reverse_list.py ReverseList
Your native video player will pop up and play your animation.