Question
Calculate the compound interest earned on investing Rs.
20,000 at 25% per annum compounded annually for 2 years.Solution
ATQ,
So, Compound interest = 20,000 × (1.25)² - 20,000
Or compound interest = 31,250 - 20,000 = Rs. 11,250
Which of the following is true about the time complexity of Merge Sort?
Which of the following sorting algorithms is best for nearly sorted data?
Which of the following is NOT a characteristic of the Internet of Things (IoT)?
Which is not true about minimum spanning tree?
Which algorithm finds the longest common subsequence (LCS) of two sequences?
Which algorithm finds the shortest paths between all pairs of vertices in a weighted graph?
Which data structure is used for implementing recursive function calls?
Which of the following SQL queries is used to remove a table from a database?
Which graph traversal technique is commonly used for topological sorting?
Which file structure is best suited for handling large datasets and ensuring fast access in C, C++, Java, or Python?    Â