Question 1
Write a program in 'C' to read N numbers and print them in descending order
Question 2
Discuss the properties of ADT
Question 3
Write a note on
- Binary tree
- Hash tables
Question 4
Write a 'C' program to implement the stack operations using arrays
Question 5
What is queue? Explain different types of queues
Question 6
Explain the Circular singly linked list with a neat diagram
Question 7
Discuss various graphs with neat diagrams
Question 8
Explain with an example how to delete a node from the tree
Question 9
Write a program to Implement queue operations using array
- Queue insert operation
- Queue delete operation
Question 10
Write a program to implement insertion sort