DFS explained with visual presentation including the concept building for pseudo code. The video explains
- What are graph traversal techniques
- Why DFS is called so
- DFS explained with an example for tree and graph
- Writing pseudo code for DFS using recursion
- Applications of DFS
BFS
https://www.youtube.com/watch?v=aWEKe7lQxNw&t=137s
Recursion
https://www.youtube.com/watch?v=4ML84iEZ77k
Mastering loops playlist,
https://www.youtube.com/playlist?list=PLlG7M0JiknNGQdm1UvBtr3yjrGKZuNUJa
Learn C programming playlist,
https://www.youtube.com/playlist?list=PLlG7M0JiknNGUVfGMpIVQ-myOp2D7fnen
Website link,
https://logicfirstcoding.com/
My Programming channel in Tamil language,
https://www.youtube.com/channel/UCXhbCCZAG4GlaBLm80ZL-iA
Download
0 formats
No download links available.
Depth First Search with pseudo code | DFS | Graph Traversal | NatokHD