Lists on Data Structure and Algorithms related Questions and Answers - Page 3

Question 22 : The self organizing list improves the efficiency of _______
1. binary search
2. jump search
3. sublist search
4. linear search
View Answer   Discuss with Members

Question 24 : Is a skip list like balanced tree?
1. true
2. false
3.
4.
View Answer   Discuss with Members

Question 25 : In the above question would using arrays and swaping of elements in place of xor linked list would have been more efficient ?
1. no not all
2. yes arrays would have been better than xor lists
3. both would be same in efficiency
4. can't say
View Answer   Discuss with Members

Question 28 : Given 10,8,6,7,9
swap the above numbers such that finally you got 6,7,8,9,10
so now reverse 10
9,7,6,8,10
now reverse 9
8,6,7,9,10
7,6,8,9,10
6,7,8,9,10
at this point 6 is ahead so no more reversing can be done so stop.
To implement above algorithm which datastructure is better and why ?
1. linked list. because we can swap elements easily
2. arrays. because we can swap elements easily
3. xor linked list. because there is no overhead of pointers and so memory is saved
4. doubly linked list. because you can traverse back and forth
View Answer   Discuss with Members

Question 29 : To which datastructure are skip lists similar to in terms of time complexities in worst and best cases?
1. balanced binary search trees
2. binary search trees
3. binary trees
4. linked lists
View Answer   Discuss with Members


View 21 - 30 of 34 Questions

* Be the First to Post a Comment.

Submit comment :


Captcha Image
Reload

Ask Question

Captcha Image
Reload

Note : Name and Email never shown.





Subscribe


Become a part of EducationForever. Subscribe to our FREE Newsletter