Question
According to the report, the number of
dollar-billionaire promoters in India (those with a net worth of $1 billion, or around Rs 8,241 crore) has fallen to ______.Solution
The number of dollar-billionaire promoters in India (those with a net worth of $1 billion, or around Rs 8,241 crore) has fallen to 120 from an all-time high of 142 at the end of 2021. Also, the billionaire promoters’ combined wealth is down 8.8 per cent to around $685 billion (Rs 56.5 trillion) from $751.6 billion (Rs 56.62 trillion) a year ago. Gautam Adani has toppled Mukesh Ambani ,CMD of Reliance Industries, to become India’s richest person in the calendar year 2022. Adani’s net worth stands at $135.7 billion, up 69.6 percent from $80 billion at the end of 2021.
Which component of a network ensures that data is delivered to the correct host in a multi-host environment?
Which of the following problems cannot be solved using greedy algorithms for optimal result?
A directed acyclic graph (DAG) has 10 vertices and 15 edges. What is the maximum possible number of topological orderings?
The Bellman-Ford algorithm executes relaxation steps how many times for a graph with V vertices?
In dynamic programming, overlapping subproblems and _________ are key properties.
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...
A sorting algorithm is considered "stable" if it maintains the relative order of records with equal keys. Which of the following algorithms is generally...
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 is true for a min-heap?
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?   Â