msambol / dsa

Data structures and algorithms in X minutes. Code examples from my YouTube channel.
https://youtube.com/michaelsambol
MIT License
459 stars 100 forks source link

Update BFS to use set #13

Closed msambol closed 8 months ago

msambol commented 8 months ago

@Takashiidobe Do you mind reviewing this? Great catch! We can make the same change here as DFS.