SlideShare a Scribd company logo
 
#include<stdio.h>
#include<conio.h>
int a[20][20],reach[20],n;
void dfs(int v)
{
 int i;
 reach[v]=1;
 for(i=1;i<=n;i++)
  if(a[v][i] && !reach[i])
  {
   printf("n %d‐>%d",v,i);
   dfs(i);
  }
}
void main()
{
 int i,j,count=0;
 clrscr();
 printf("n Enter number of vertices:");
 scanf("%d",&n);
 for(i=1;i<=n;i++)
 {
  reach[i]=0;
  for(j=1;j<=n;j++)
   a[i][j]=0;
 }
 printf("n Enter the adjacency matrix:n");
 for(i=1;i<=n;i++)
  for(j=1;j<=n;j++)
   scanf("%d",&a[i][j]);
 dfs(1);
 printf("n");
 for(i=1;i<=n;i++)
 {
  if(reach[i])
   count++;
 }
 if(count==n)
  printf("n Graph is connected");
 else
  printf("n Graph is not connected");
 getch();

More Related Content

DOCX
1 (1)
TXT
Dvst
PDF
Insertion sort
PDF
Bcsl 033 data and file structures lab s1-4
DOCX
Runge kutta C programme
PDF
Program to sort the n names in an alphabetical order
PDF
Bcsl 033 data and file structures lab s1-3
DOCX
2 d rotation
1 (1)
Dvst
Insertion sort
Bcsl 033 data and file structures lab s1-4
Runge kutta C programme
Program to sort the n names in an alphabetical order
Bcsl 033 data and file structures lab s1-3
2 d rotation

What's hot (14)

TXT
Aggregate
PDF
Bcsl 033 data and file structures lab s2-1
PDF
Program in ‘C’ language to implement linear search using pointers
DOCX
Boundary Fill Algorithm in C
PDF
Programa expresiones regulares
PDF
Bcsl 033 data and file structures lab s2-2
DOCX
[程式設計]Blackfriday
DOCX
New microsoft word document
PDF
10 2 배열 응용
DOCX
Assignmnt 4
Aggregate
Bcsl 033 data and file structures lab s2-1
Program in ‘C’ language to implement linear search using pointers
Boundary Fill Algorithm in C
Programa expresiones regulares
Bcsl 033 data and file structures lab s2-2
[程式設計]Blackfriday
New microsoft word document
10 2 배열 응용
Assignmnt 4
Ad

Viewers also liked (20)

PPT
Multiple choice quiz template in bangla
PPTX
How user-generated content is changing content marketing
PPT
PDF
2015 Bardstown Holiday Classic Girl's Bracket
PDF
V5 i4 ijertv5is041057
PDF
Cuestionario
PPTX
Thesis_Defense
PDF
Сервис "Простая поставка"
PPTX
Герої нашого часу
PDF
Презентация каталога Farmasi октябрь 2016
PPTX
Презентація роботи бібліотеки
PPTX
Business objectives
PDF
كتاب استراتجيات التعلم الالكتروني
PPTX
Patologias en el recién nacido
PPTX
Gases Arteriales- equilibrio ácido base
PPT
Quiz prelims answers
PPTX
Cybercrime
PPSX
কুইজৰ মহাৰণ QUIZOR MOHARON
PPT
QUIZ BY- PRAGYAN YADAV
PPTX
SWOT Analysis of Ruposhi Bangla Hotel
Multiple choice quiz template in bangla
How user-generated content is changing content marketing
2015 Bardstown Holiday Classic Girl's Bracket
V5 i4 ijertv5is041057
Cuestionario
Thesis_Defense
Сервис "Простая поставка"
Герої нашого часу
Презентация каталога Farmasi октябрь 2016
Презентація роботи бібліотеки
Business objectives
كتاب استراتجيات التعلم الالكتروني
Patologias en el recién nacido
Gases Arteriales- equilibrio ácido base
Quiz prelims answers
Cybercrime
কুইজৰ মহাৰণ QUIZOR MOHARON
QUIZ BY- PRAGYAN YADAV
SWOT Analysis of Ruposhi Bangla Hotel
Ad

Recently uploaded (20)

PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Pharma ospi slides which help in ospi learning
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
Computing-Curriculum for Schools in Ghana
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Institutional Correction lecture only . . .
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Complications of Minimal Access Surgery at WLH
PDF
Sports Quiz easy sports quiz sports quiz
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
master seminar digital applications in india
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Basic Mud Logging Guide for educational purpose
PDF
Pre independence Education in Inndia.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Pharma ospi slides which help in ospi learning
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Computing-Curriculum for Schools in Ghana
GDM (1) (1).pptx small presentation for students
Institutional Correction lecture only . . .
Module 4: Burden of Disease Tutorial Slides S2 2025
O7-L3 Supply Chain Operations - ICLT Program
Complications of Minimal Access Surgery at WLH
Sports Quiz easy sports quiz sports quiz
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPH.pptx obstetrics and gynecology in nursing
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
master seminar digital applications in india
TR - Agricultural Crops Production NC III.pdf
RMMM.pdf make it easy to upload and study
Supply Chain Operations Speaking Notes -ICLT Program
Basic Mud Logging Guide for educational purpose
Pre independence Education in Inndia.pdf