Data Structure GRAPH Definitions And Terminology | letsbug

1.  What is a Graph?

    - A graph G is a set of two tuples G = ( V, E ), where V is finite non-empty set of vertices and E is the set of pairs of vertices called edges. 

2. Adjacent Vertex

    - When there is an edge from one vertex to another then these vertices are called adjacent vertices.

3. Cycle

    - A path from a vertex to itself is called a cycle. Thus, a cycle is a path in which the initial and final vertices are same.

4.  Complete Graph

    - A graph G is said to be complete if every vertex in a graph is adjacent to every other vertex. In this graph, number of edges = n ( n - 1 ) / 2, where n = Number of vertices.

5.  Connected Graph

    - An undirected graph F is said to be connected if for every pair of distinct vertices Vi, Vj in V(G) there is a path from Vi to Vj. 

6.  Degree of a Vertex

    - It is the number of edges incident to a vertex. It is written as deg(U), where U is a vertex.

7.  In-degree of a Vertex

    - In directed graph, in-degree of a vertex 'v' is the number of edges for which 'v' is the head.

8.  Out-degree of a Vertex

    - In directed graph, the out-degree of a vertex 'v' is the total number of edges for which 'v' is the tail.

9.  Isolated Vertex

    - If any vertex does not belong to any edges then it is called isolated vertex..

10.  Source Vertex

    - A vertex with in-degree zero is called is called a source vertex, i.e. vertex has only outgoing edges and no incoming edges.

11.  Sink Vertex 

    - A vertex with out-degree zero is called a sink vertex i.e. vertex has only incoming
edge.  

12.  Acyclic Graph 

    - A graph without cycle is called acyclic graph.

13.  Subgraph

    - A subgraph of G is a graph G' such that V ( G' ) ⊆ V(G) and E(G') ⊆ E(G).

14.  Weighted Graph

    - A weighted graph is a graph in which every edge is assigned a weight. Weight in a graph denote the distance between the two vertices connected by the corresponding edge. The weight of an edge is also called its cost.

15.  Pendant Vertex

    - when in-degree of vertex is one and out-degree is zero then such a vertex is called pendant vertex.

16.  Spanning Tree

    - A spanning tree of a graph G = ( V, E) is a subgraph of G having all vertices of G and containing only those edges that are necessary to join all the vertices in the graph. A spanning tree does not not contain cycle in it.

17.  Path

    - A path is a sequence of distinct vertices, each adjacent to the next. The length of such a path is number of edges on the path.

Comments

Categories

Big Data Analytics Binary Search Binary Search Tree Binary To Decimal binary tree Breadth First Search Bubble sort C Programming c++ Chemical Reaction and equation class 10 class 10th Class 9 Climate Complex Numbers computer network counting sort CSS Cyber Offenses Cyber Security Cyberstalking Data Science Data Structures Decimal To Binary Development diamond pattern Digital Marketing dust of snow Economics Economics Lesson 4 Email Validation English fire and ice Food Security in India Footprints Without feet Forest And Wildlife Resources game Geography Geography lesson 6 glassmorphism Glossary Graph HackerRank Solution hindi HTML image previewer India-Size And Location Insertion Sort Internet Network Status Interview Questions Introduction to cyber crime and cyber security IT javascript tricks json to CSV converter lesson 2 lesson 1 lesson 2 Lesson 3 Lesson 6 lesson 7 Life lines of National Economy life processes Linear Search Linked List lowest common ancestor Machine Learning MCQs median in array Merge sort min and max of two numbers Moment Money and Credit My Childhood Natural Vegetation and Wildlife NCERT Network connectivity devices Network Models Network Security No Men Are foreign Node.js operator overloading P5.js PHP Physical features of India Population Prime Numbers python Quick sort R language Rain on the roof Regular Expression Resources and development reversing array saakhi science Searching Algorithm Selection sort Social Media Marketing social science Software Engineering Software Testing Sorting Algorithm Stacks staircase pattern System Concepts Text Recognition The last Leaf time converter Time Passed From A Date Todo List App Tree Trending Technologies Understanding Economic Development username and password video player Visualization water resources Wired And Wireless LAN साखी
Show more

Popular Posts

Big Data MCQs(multiple choice questions) with answers - letsbug

Digital Marketing MCQ(Multiple Choice Questions) with Answers | part 1 | letsbug

Software Engineering MCQs questions with answers - letsbug