ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
6 stars 40 forks source link

Implement Binary Search Tree #13

Open levyjonathan31 opened 9 months ago

levyjonathan31 commented 9 months ago

Description

Implement a Binary Search Tree class that inherits from the already implemented nary Tree class.

TODO

trumanjmoore commented 8 months ago

Im in SWE and looking for an issue to use, is this available?

levyjonathan31 commented 8 months ago

Im in SWE and looking for an issue to use, is this available?

It is available however I do not recommend it for the intro to SWE assignment, especially if you are unfamiliar with the Manim library.

trumanjmoore commented 8 months ago

Understood, thank you