retagged by
557 views
1 votes
1 votes

retagged by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
2 answers
1
LRU asked Oct 15, 2021
648 views
Consider an array contains n integers, each integer belongs to {0, 1, 2}. What is the best case time complexity to sort an array?
2 votes
2 votes
1 answer
2
srestha asked Dec 22, 2016
852 views
Assume that A be an array of 16 elements. What is the difference between maximum number of inversion and minimum number of inversion for the array with 16 elements?
0 votes
0 votes
1 answer
3
Overflow04 asked Oct 20, 2022
512 views
What is the logic applied here.
0 votes
0 votes
1 answer
4
Prateek kumar asked Jan 16, 2017
396 views
shouldn't be the max size of array [ 2^n - 1] when the binary tree will be one side only.....and minimum "n" when it will be either full binary tree or complete binary tr...