Data Structure Questions
Linked List
- What is a skip list? (2 marks)
- Discuss in brief about single linked list? (7 marks)
- Define a single linked list. Write the structure of the linked list with a neat sketch. (8 marks)
- (A) Explain the operations of the skip list representation.(10 marks)
- (B) Is linear probing and open addressing same? Justify your answer. (5 marks)
- Write an algorithm of Insert and Delete operation in Singly Linked List. (7 marks)