📚 Question Bank Q82 — Algorithms
Tags
Algorithms
Q82. Marks: +2.0 UGC NET Paper 2: Computer Science 2nd January 2026 Shift 1
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R
Assertion A: Depth first search can be used to perform a topological sort of a directed acyclic graph.
Reason R: A topological sort a directed acyclic graph G (V, E) is a linear ordering of its vertices such that if G contain an edge (u, v) then u appears before v in the ordering.
In the light of the above statements, choose the most appropriate answer from the options given below
1.Both A and R are correct and R is the correct explanation of A ✓ Correct
2. Both A and R are correct but R is NOT the correct explanation of A
3.A is correct but R is not correct
4.A is not correct but R is correct
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question