
Today I am going over Depth First Search or DFS. I was unable to find a tutorial on DFS that included a stack trace, so I decided to make one myself. If you have any questions on DFS or other graph traversal algorithms, leave them in the comments below! Thanks!
Resources:
Wikipedia on DFS:
https://en.wikipedia.org/wiki/Depth-first_search
More on Graphs:
https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)
▶️ Watch on DTube
▶️ Watch Source (IPFS)