Question
According to the latest UPI data from the National
Payments Corporation of India (NPCI), the peer-to-merchant (P2M) UPI transactions saw 119 per cent growth in February 2023 to _________.Solution
According to the latest UPI data from the National Payments Corporation of India (NPCI), the peer-to-merchant (P2M) UPI transactions saw 119 per cent growth in February 2023 to 415.32 crore from 189.58 crores in February 2022.  The value of transactions also increased by 71.1 per cent from Rs 1.63 lakh crore in February 2022 to Rs 2.79 lakh crore in February 2023. P2M transactions had a 55.12 per cent share in total UPI volume of 753.4 crore transactions in February compared to 338.1 crore peer-to-peer (P2P) transactions with a 44.8 per cent share.
With either equal or proportional algorithm, a high priority process is treated ___________ a low priority process.
Dynamic Programming is preferred over recursion when:
In the context of searching, what is the primary advantage of using hashing?
Which file structure is best suited for handling large datasets and ensuring fast access in C, C++, Java, or Python?    Â
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which sorting algorithm is best suited for a nearly sorted array, exhibiting O(N) time complexity in its best case?
Which of the following properties must a problem exhibit to be solvable by a greedy algorithm?
For a comparison-based sorting algorithm, which lower bound applies to the worst-case number of comparisons?
Which is not true about minimum spanning tree?
What is the worst-case time complexity of a linear search algorithm on an array of 'N' elements?