Hammad Nasir
Hammad Nasir
**Is your feature request related to a problem? Please describe.** I'm trying to simulate a command execution that takes several inputs throughout its lifecycle. To give a more realistic feel...
### Discussed in https://github.com/drageelr/manim-data-structures/discussions/17 Originally posted by **ttzytt** February 22, 2023 Found some places to improve when using the package to implement the animation of a simple binary search algorithm:...
Add support for 2D arrays as an `M2DArray` class. The accompanying pointer and sliding window classes (e.g., `M2DArrayPointer` and `M2DArraySlidingWindow`) should also be added.