Question
India’s first International Bullion exchange IIBX was
set up in July 2022. Who is the regulator of this exchange?Solution
Prime Minister Narendra Modi inaugurated India's first International Bullion Exchange (IIBX) at Gujarat's GIFT (Gujarat International Finance Tec-City) City in Gandhinagar on July 29, 2022. The India International Bullion Exchange is the third such exchange in the world. The registered jewellers will be able to sell and buy gold and silver in the exchange after registering as a trading partner. The jewelers based out of India will also be able to transact the precious metals through the exchange after registering with the International Financial Services Centre Association (IFSCA). The regulator of IIBX is IFSCA.
Which command is used to undo the changes
Which data structure gives amortized O(α(n)) time for union and find operations, where α is inverse Ackermann?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following sorting algorithms has a worst-case time complexity of O(N log N)?
Which algorithm is used to detect cycles in a directed graph?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
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 building a heap from an unsorted array of n elements is:
In the context of searching, what is the primary advantage of using hashing?