https://github.com/duskyelf/deletingduplicates-an
Simple animation in manim
https://github.com/duskyelf/deletingduplicates-an
Last synced: 9 months ago
JSON representation
Simple animation in manim
- Host: GitHub
- URL: https://github.com/duskyelf/deletingduplicates-an
- Owner: DuskyElf
- License: mit
- Created: 2022-10-17T05:24:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T10:02:03.000Z (over 3 years ago)
- Last Synced: 2025-02-13T11:47:52.403Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deleting Duplicates in a String
### Simple animation to explain how to pseudo-recursively delete duplicates is a string in O(N) (linear) time.
## Quick Render
```shell
$ git clone git@github.com:DuskyElf/DeletingDuplicates-an.git
$ cd DeletingDuplicates-an
$ python3 -m manim -pqm scene.py DeleteDuplicates
```