What is a weighted graph?
No Answer is Posted For this Question
Be the First to Post Answer
write a code for Implementation of stack and queues.
What is weight balanced tree in data structure?
I am given a sequential algorithm that does a routine search on an unordered list. N = 20. The probability that the value x does NOT appear in the list is exactly 60%, and the probability that x DOES appear is 40%. The 3 questions that I could not get were: A) What is the avg number of element comparisons performed when n = 20 and x does NOT appear in the List. (my answer was 20, is this correct?) B) What is the avg number of element comparisons peformed when n = 20 and x DOES appear in the list? C) What is the avg number of element comparisons performed when n = 20. This should be a single number answer they said.
What are the drawbacks of array implementation of queue?
What is the use of threaded binary tree?
In which data structure, elements can be added or removed at either end, but not in the middle?
42 Answers Infosys, NIC, TTA, Wipro,
what is the difference between dynamic as well as non - dynamic data structures.
What are lists?
How memory is reserved using a declaration statement in data structure?
Does mentioning the array name gives the base address in all the contexts?
Give the example of validating the parenthesis of expression using stack.
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?