Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 451 Bytes

File metadata and controls

14 lines (11 loc) · 451 Bytes

manim-data-structures

Various visualizations and animations of data structures using animation library Manim

Setup

Install manim from here

Visualizations

  1. Generate a random binary tree of 30 elements with
    cd binary-search-tree
    manim -pqh bst-visuals.py DrawOneBST
    
    Note that the "h" flag represents high quality, and can be replaced with "l" for low quality or "k" for 4k quality.