DATA STRUCTURE Programming and Technical Programming Definition

Which of these data structure allow elements to be added or removed at either end but not in the middle
a) linked lists b)Deque
c)stack d)Queue

Read Solution (Total 20)

DATA STRUCTURE Other Question

What is Huffman’s algorithm? A level order traversal in a binary tree requires which data structure?
a)stack b)Deque
c)Linked List d)DoublLinked list