What is the average number of comparisons in a sequential
search?
Answer Posted / pavan
n/2(if array contains n elements)
| Is This Answer Correct ? | 5 Yes | 25 No |
Post New Answer View All Answers
State the different ways of representing expressions?
Can we extend an array after initialization?
What is structured data with example?
What type of algorithm is binary search?
How does linkedhashset work internally?
what is the primary advantage of a linked list?
Advanced problems related to Data Structures were asked
What method removes the value from the top of a stack?
What are the major data structures used in the following areas : network data model & hierarchical data model?
Where the data structures are used?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
Which is best array or linked list?
What do you mean by breadth first search (bfs)?
How expression trees are gets represented in data structure?
What is a string array?