231 views
0 votes
0 votes
sorting is useful for

1.report generation

2.minimizing the storage needed

3. making searching eaiser and efficient

4. reporting queries eaisely

5 none

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Kushagra1234 asked Oct 29, 2018
324 views
which of following is useful in implementing heap sort1. stack2.list3.queue4.set
0 votes
0 votes
0 answers
2
mk_007 asked Jan 12
43 views
From where to get syllabus for OIL senior officer IT.
1 votes
1 votes
1 answer
3
somya agarwal asked Feb 19, 2017
1,527 views
Floating point representation wit 8 bit fraction and 6 bit exponent of the binary number + 1001.11 is :a. Fraction : 01001110 , exponent : 000100b. Fraction : 10011100 , ...
0 votes
0 votes
1 answer
4
Kushagra1234 asked Nov 16, 2018
1,691 views
if n elements are sorted in a binary search tree .what would be the asymptotic complexity to search a key in the tree.a. o(1)b. 0(log n)c. o(n)d. o(n log n)