RTOS (43)
Bulnex (4)
Operating Systems General Concepts (1242)
Data Structures (2039)
IBM AIX (132)
MS-DOS (66)
Operating Systems AllOther (199) Explain quick sort and merge sort algorithms and derive the time-constraint relation for these.
MNB,
8829What is the maximum total number of nodes in a tree that has N levels? Note that the root is level (zero)
18 52799How many different binary trees and binary search trees can be made from three nodes that contain the key values 1, 2 & 3?
Accenture, Amazon, College School Exams Tests, iGate, Microsoft, TCS, Wipro,
28 78886A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?
12 32310A list is ordered from smaller to largest when a sort is called. Which sort would take the shortest time to execute?
17 34804When will you sort an array of pointers to list elements, rather than sorting the elements themselves?
5 23141The element being searched for is not found in an array of 100 elements. What is the average number of comparisons needed in a sequential search to determine that the element is not there, if the elements are completely unordered?
11 35929What is the average number of comparisons needed in a sequential search to determine the position of an element in an array of 100 elements, if the elements are ordered from largest to smallest?
19 67534In which data structure, elements can be added or removed at either end, but not in the middle?
42 107146
What do you mean by 2-3-4 tree?
Which is the slowest sorting algorithm?
Explain Stack
Does linux get malware?
Can python be multithreaded?
What's the different between windows 8.1 and windows rt?
Is there a windows 9?
What are the possible return values of kill() system call?
What is the use of cut command in unix?
Can I still get windows 10 for free in 2019?
What does the swapping system do if it identifies the illegal page for swapping?
Why hashmap is faster than hashset?
where do you use double linked list?
Can you list the coffman's conditions that lead to a deadlock?
What are different types of sorting techniques?