Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table

Answer Posted / aeini

a array

Is This Answer Correct ?    18 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where local variables are stored in c?

552


What is the size of array float a(10)?

647


What is the use of sizeof () in c?

551


What are the different types of objects used in c?

566


Differentiate between functions getch() and getche().

616






provide an example of the Group by clause, when would you use this clause

1701


What are the complete rules for header file searching?

664


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

736


What does c mean in basketball?

556


What is strcpy() function?

652


What is the process of writing the null pointer?

605


In c language can we compile a program without main() function?

567


What is a char c?

586


Are local variables initialized to zero by default in c?

543


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

2676