answersLogoWhite

0


Best Answer

simple graph is a graph without self loop and parallel edges

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A graph with out self loop and parallel edges is called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

DIFFERENCE between GRAPH and TREE IN DATA STRUCTURES?

A tree is a specialized case of a graph. A tree is a connected graph with no circuits and no self loops. A graph consists of 3 sets - vertices, edges and a set representing relations between vertices and edges i.e. v = (a, b, c) e = (e1, e2, e3) and x = ((a,b,e1), (b,c,e2), (a,c,e3)) represents a graph where e1 joins a and b and so on. A circuit is alternating sequence of edges and vertices where in edges are not repeated, vertices may be and starting and ending vertices are the same e.g. a e1 b e2 c e3 a means a connected to b, b to c and c to a. This forms a loop. A self loop is a vertex looping on to itself. As a tree does not contain any loops and is still connected, it is also called a minimally connected graph i.e. there is just one path between any 2 vertices.


What type of circuits have load on separate branches of a loop?

parallel circuitsThey could be called twin-loop circuits but it isn't a term in common use.


What is a tie set matrix?

when a graph is given ,select a tree.when the link is replaced a loop is formed.This loop is known as Tieset. Orientation of tieset is given by the orientation of the graph.


What type of circuits have loads are on separate branches?

parallel circuitsThey could be called twin-loop circuits but it isn't a term in common use.


What type of circuits have loads of separate branches of loops?

parallel circuitsThey could be called twin-loop circuits but it isn't a term in common use.


In economics while drawing PPC graph money flow is?

Outer loop.


In economics while drawing PPC graph real flow is?

Inner loop.


Write a program that will graph using for loop?

A = 5do{statement;A = A + 1;} while (A < 10)


Which loop is also called an exit-condition loop in C programming?

The do while loop is also called an exit condition loop in c, c++, and java.


Why is the DO loop called a pre-test loop?

No reason. It is a post-test loop.


Which term describes electrical circuit with two or more devices connected to a source of electricity in one loop?

A parallel circuit


What is the definition and syntax of for next loops?

loop within in a loop is called for next loop