#include <bits/stdc++.h> using namespace std; vector<int>edges[100]; stack<int>q; vector<int>item; int level[...
Read More
Home / dfs
Showing posts with label dfs. Show all posts
Showing posts with label dfs. Show all posts
DFS Algorithm in Bangla (ডিএফএস রিকার্শন (DFS Recursion) )
ডিএফএস (Depth First Search) হল গ্রাফ ট্রাভার্স করার এক ধরনের পদ্ধতি । নাম শুনেই বুজতে পারছি যে এক্ষেত্রে গ্রাফ এর গভী...
Read More
SPOJ GraCon Connectivity
#include <bits/stdc++.h> using namespace std; vector<long long int>edges [ 100 ] ; vector<long long int>resul...
Read More
Subscribe to:
Posts
(
Atom
)