Really like the way you have laid out various applications of graph(which are tested in interviews). KZbin viewers will be indebted to you:)
@KnowledgeCenter4 жыл бұрын
Haha. Thanks.
@prabhatchanchal4 жыл бұрын
Very useful video. Please cover DFS tree and it's applications.
@MrSun80804 жыл бұрын
Really love the video! one suggestion: maybe you could update the graph playlist with the lists of the graph problems you covered separately, ex: I noticed that you covered problems like course schedule, friend circles, surround region, flood fill etc. Those questions are good examples of dfs bfs I think!
@KnowledgeCenter4 жыл бұрын
Great suggestion!
@anbarasurk6072 Жыл бұрын
Could you explain Bipartite check with an example sir.
@pratyushranjansahu94954 жыл бұрын
Whatever the application you have shown . Can you please demonstrate them with code please. in the later session.
@KnowledgeCenter4 жыл бұрын
Yes. That's the plan. Will be adding all of those with code.
@scarface5484 жыл бұрын
Bro can you do a video on extracting DAG of SCC in a directed graph using dfs.