Question
Which Central Asian countries participated in the
Strategic Cyber Exercise hosted by India in November 2025?Solution
India hosted a Strategic Cyber Exercise from 12–14 November 2025 in New Delhi with participation from five Central Asian countries: Kazakhstan, Kyrgyz Republic, Tajikistan, Turkmenistan, and Uzbekistan. It was organized by NSCS in partnership with MEA and NCIIPC.
In a binary search tree (BST), what is true about the left child of a node?
A directed acyclic graph (DAG) has 10 vertices and 15 edges. What is the maximum possible number of topological orderings?
Which of the following is true about the time complexity of Merge Sort?
Which of the following algorithms is best suited for finding the shortest path in a weighted graph where some edges may have negative weights but no neg...
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
In a Min-Heap, the root node is:
The minimum number of edges in a connected graph with n vertices is:
A sorting algorithm is considered "stable" if it maintains the relative order of records with equal keys. Which of the following algorithms is generally...
What is the time complexity of searching in a balanced binary search tree?
Which algorithm finds the longest common subsequence (LCS) of two sequences?