Animation of Graph DFS(depth first search) Algorithm set to music

Опубликовано: 05 Февраль 2025
на канале: Professor Gerry Jenkins
36,190
527

Animation of 157 vertex graph being traversed with the Graph Depth First Search (DFS) Algorithm set to the music of "fight of the Bumble Bee". This is done in PyGame in python on 4K display in Ubuntu Linux. I hope this is a useful teaching tool.

If you are interested in how you would write such a animation in python, see this video:    • Graph Animation Code Step by Step in ...