November 14, 2023

Question 10146 – Time-Complexity

Quicksort is run on two inputs shown below to sort in ascending order taking first element as pivot, (i) 1,2,3,...,n (ii) n,n-1,n-2,...,2,1 Let C1 and C2 […]
November 15, 2023

Question 11269 – Data-Type

The data type created by data abstraction process is called Correct Answer: C Question 2 Explanation:  The data type created by the data abstraction process is […]
November 15, 2023

Question 11488 – Arrays

Array is Correct Answer: C Question 13 Explanation:  Array is a linear and non-primitive data structure. A A non linear data structure B A primitive data […]