Question
The Election Commission operates under the authority
of?Solution
The Election Commission of India is an autonomous constitutional authority responsible for administering election processes in India. The body administers elections to the Lok Sabha, Rajya Sabha, state legislatures, and the offices of the President and Vice President in the country. The Election Commission operates under the authority of Constitution per Article 324, and subsequently enacted Representation of the People Act. The Commission has the powers under the Constitution, to act in an appropriate manner when the enacted laws make insufficient provisions to deal with a given situation in the conduct of an election.
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
Which of the following problems cannot be solved using greedy algorithms for optimal result?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following sorting algorithms is a non-comparison-based sort?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
For a comparison-based sorting algorithm, which lower bound applies to the worst-case number of comparisons?
The amortized time for inserting into a dynamic array (like C++ vector) is:
What is the worst-case time complexity of QuickSort with a random pivot for sorting n distinct elements?
Which sorting algorithm divides the array into halves recursively?