Algorithms - Sorting & Searching

10:00

Q1: What is the time complexity of Bubble Sort? (बबल सॉर्ट की समय जटिलता क्या है?)

Q2: Which sorting algorithm is considered the fastest for large datasets? (किस सॉर्टिंग एल्गोरिदम को बड़े डेटा सेट्स के लिए सबसे तेज़ माना जाता है?)

Q3: What is the key idea behind the Merge Sort algorithm? (मर्ज सॉर्ट एल्गोरिदम के पीछे मुख्य विचार क्या है?)

Q4: Which sorting algorithm is stable among the following? (निम्नलिखित में से कौन सा सॉर्टिंग एल्गोरिदम स्थिर है?)

Q5: What is the time complexity of Binary Search on a sorted array? (सॉर्टेड ऐरे में बाइनरी सर्च की समय जटिलता क्या है?)

Q6: Which sorting algorithm is known for its divide-and-conquer strategy? (किस सॉर्टिंग एल्गोरिदम को डिवाइड-एंड-कन्कर रणनीति के लिए जाना जाता है?)

Q7: What is the worst-case time complexity of Quick Sort? (क्विक सॉर्ट की वर्स्ट केस समय जटिलता क्या है?)

Q8: Which of the following algorithms is based on the principle of selection? (निम्नलिखित में से कौन सा एल्गोरिदम चयन के सिद्धांत पर आधारित है?)

Q9: What is the primary advantage of Heap Sort? (हीप सॉर्ट का मुख्य लाभ क्या है?)

Q10: Which sorting algorithm is best suited for small datasets? (किस सॉर्टिंग एल्गोरिदम को छोटे डेटा सेट्स के लिए सबसे उपयुक्त माना जाता है?)