What operations can be performed on Queues?
The below operations can be performed on a queue −
enqueue() − adds an item to rear of the queue
dequeue() − removes the item from front of the queue
peek() − gives value of front item without removing it
isempty() − checks if stack is empty
isfull() − checks if stack is full
What is a self referential structure? What is difference between Union & Structure?
What operations can be performed on Queues?
Discuss the ACID properties of transaction.
What is tree traversal?