Manim DSA¶
Manim DSA, short for Manim Data Structures & Algorithms, is a Manim plugin designed to animate common data structures and algorithms.
Installation¶
To install Manim DSA, you can use pip:
pip install manim-dsa
If you don’t have Manim installed, please refer to the official Manim documentation for installation instructions.
Importing¶
Simply use the following line of code to import the package:
from manim_dsa import *
Contributing¶
Contributions are welcome! Whether it’s reporting a bug, suggesting new features, or submitting pull requests, any help is greatly appreciated.
How to Cite Manim DSA¶
To demonstrate the value of Manim DSA, we ask that you cite Manim DSA in your work. Currently, the best way to cite Manim DSA is to go to the repository page and click the “cite this repository” button on the right sidebar. This will generate a citation in your preferred format, and will also integrate well with citation managers.
For guidance on how to properly cite Manim, please refer to the Manim GitHub page.
Acknowledgements¶
Manim Community: For creating and maintaining the amazing Manim library.
drageelr: For the inspiration behind the array implementation.
Verdiana Pasqualini: For the inspiration behind the graph implementation.