Question
What is the primary objective of the Memorandum of
Understanding (MoU) signed between NHAI and Geological Survey of India (GSI), and how does this collaboration contribute to the development of National Highways?Solution
Explanation: The MoU between NHAI and GSI aims to provide site-specific geotechnical consultancy services for National Highways. This includes geological mapping, slope stability studies, identification of weak zones, and 3D geological logging of tunnels. The collaboration also involves vetting Detailed Project Reports (DPR) from a geotechnical point of view, ensuring the quality construction of National Highways.
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?