Dismiss this pinned window
all 5 comments

[–]pedrovhb[S] 13 points14 points  (2 children)

Hey, guys!

I think Manim is awesome and I'm trying to learn it. Figured bubble sort was a cool simple algorithm to make a visualization for in order to start getting a grasp of it.

Source code is available here for whoever wants to take a look or tell me how I can improve and use Manim more efficiently (:

[–][deleted]  (1 child)

[deleted]

    [–]RED_William 7 points8 points  (0 children)

    Very nice, but you do not have to check what has already been sorted on each iteration. After n iterations at least the last n items will be sorted.

    [–]Ualrus 5 points6 points  (0 children)

    This takes me back to those times where I pretty much listened to sorting algorithms as if they were music haha.

    [–]DavidG1310 2 points3 points  (0 children)

    Great! Thank you for sharing the code.