Question
In 2015, which of the following banks was the first bank
to tie up with Indian Railways to sell rail tickets through their website?Solution
The correct answer is A
Which of the following is NOT a divide-and-conquer algorithm?
The time complexity of searching in a hash table with chaining is:
Which of the following properties must a problem exhibit to be solvable by a greedy algorithm?
Which of the following is substring of “IXAMBEE”?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which of the following is true for a min-heap?
In intelligent systems, which of the following is a key characteristic of an expert system?
Which component of a network ensures that data is delivered to the correct host in a multi-host environment?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in: