Discrete Maths
Discrete Maths
Expect Question:
1. Fundamental of logic
2. Relation
3. Graph Property – Complete Graph, Hamiltonian Graph, Bipartite
Graph.
4. Probability, Permutation, Combination.
5. Linear Programming Problem – Graphical Method, Transportation
Method, Assignment Method.
NTA NET ASPIRANT ACADEMY
Proposition: A proposition is a collection of declarative statements that has either a truth
value "true” or a truth value "false".
A = { a,b,c}
R= { (a,b), (a,a), (b,b), (b,c), (c,a), (c,c)}
Irreflexive Relation:
A = { a,b,c}
R= { (a,b), (b,c), (c,a)}
Symmetric Relation:
A = { a,b,c}
R= { (a,a), (b,b), (a,b), (b,c), (b,a), (c,b)}
NTA NET ASPIRANT ACADEMY
Anti Symmetric Relation:
A = { a,b,c}
R= { ((a,b), (b,c), (c,a), (c,c)}
A graph G can be colored with d+1 colors, if d is the maximum degree of any
vertex in the graph G. (True)
NTA NET ASPIRANT ACADEMY
A n-ary tree in which every internal node has exactly n children. The number
of Leaf node is (L) with I internal node will be
L = (n-1) * I + 1
A minimum spanning tree has (v-1) edges, where v is the number of vertices.
NTA NET ASPIRANT ACADEMY
Some of my friends are not perfect.
NTA NET ASPIRANT ACADEMY
A coin S = { H, T} n(S) = 2
Three Coin S={HHH, HHT, HTH, THH, TTT, TTH, THT, HTT} n(S)=8
Four Coin S={HHHH, HHHT, HHTH, HTHH, THHH, HHTT, HTHT, THHT, HTTH,
THTH, TTHH, TTTT, TTTH, TTHT, THTT, HTTT} n(S) =16
NTA NET ASPIRANT ACADEMY
Relation:
NTA NET ASPIRANT ACADEMY
Relation:
NTA NET ASPIRANT ACADEMY
By Handshaking Theorem
A minimum spanning tree has (V-1) edges, where V is the number of vertices in the
given graph.
Dijkstra’s Algorithm – Single Source Shortest Path Problem with non – negative edge
weight.
Bellman – Ford Algorithm – Single Source Shortest Path Problem with negative edge
weight.
NTA NET ASPIRANT ACADEMY
Prim’s Algorithm – Greedy Approach – Finds a minimum spanning tree for a weighted
undirected graph.
Floyd – Warshall algorithm: Finding shortest path in a weighted graph with positive or
negative edge weights. All pairs shortest path problem.
G is 2 – colorable.
Preorder, Post order, In order used to list the vertices of an ordered rooted tree.
Huffman Algorithm is used to find an Optimal binary tree with given weights.
Topological Sorting Provides a labelling such that the parents have larger labels than their children.
NTA NET ASPIRANT ACADEMY
Complete Graph: Kn
Bipartite Graph: