Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
C Language
1.3K+ articles
GATE-CS-DS-&-Algo
39+ articles
GATE-CS-C-Language
12+ articles
GATE-CS-2014
5 posts
Recent Articles
Data Structures and Algorithms | Set 35
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2014 exam.1) The number of distinct minimum spanning trees for the weighted graph below is ____Answer: 6Highlighted (in gree...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2014
Data Structures and Algorithms | Set 34
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2014 exam.1) Consider the pseudocode given below. The function DoSomething() takes as argument a pointer to the root of an a...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2014
Data Structures and Algorithms | Set 33
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2014 exam.1) Consider the tree arcs of a BFS traversal from a source node W in an unweighted, connected, undirected graph. T...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2014
C Language | Set 10
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2014 exam.1) Consider the following program in C language:C #include stdio.hmain(){ int i; int *pi = i; ...
read more
C Language
GATE-CS-C-Language
GATE-CS-2014
Data Structures and Algorithms | Set 32
Last Updated: 23 July 2025
Following questions have been asked in GATE CS 2014 exam.1) Let G be a graph with n vertices and m edges. What is the tightest upper bound on the running time on Depth Fir...
read more
DSA
GATE-CS-DS-&-Algo
GATE-CS-2014