Question
Match the following states with their respective ranks
at the Khelo India Youth Game 2023 and choose the correct code. States Their Ranks a. Rajasthan (i) 1st b. Madhya Pradesh (ii) 5nd c. Haryana (iii) 14th d. Maharashtra (iv) 3rdSolution
Maharashtra secured the(i) 1st position. Haryana achieved the(iv) 3rd position. Rajasthan was ranked at the (ii)5th place, Madhya Pradesh came in (iii)14th place.
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for the time complexity of binary search?
Which is not true about minimum spanning tree?
Which sorting algorithm divides the array into halves recursively?
Which command is TCL command
Which of the following is substring of “IXAMBEE”?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
In a binary search tree (BST), what is true about the left child of a node?