Which of the following data structures is on average the
fastest for retrieving data:
1) Binary Tree
2) Hash Table
3) Stack
Answer Posted / k.kavitha
3)stack
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
Is javascript written in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is the difference between char array and char pointer?
I heard that you have to include stdio.h before calling printf. Why?
show how link list can be used to repersent the following polynomial i) 5x+2
How does sizeof know array size?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is actual argument?
What does char * * argv mean in c?
How do I get an accurate error status return from system on ms-dos?
How will you divide two numbers in a MACRO?
What is void main ()?
What is the difference between malloc calloc and realloc in c?
Does c have an equivalent to pascals with statement?