Stack and Query structures in computing are extremely fundamental and important. Then interviewing I expect candidate to fully understand this data s ...
Search results for queue
Stack and Queue interview questions
Posted by CMasterWrite the method void Clean(Node root) which would clean Nodes but don’t use the recursion
Posted by aleksin
The solution is to use an additional data structure such as Stack to maintain a list of unprocessed nodes, keep adding children to the stack, and then ...
Very common white board question.
Answer:
Assuming we have two stacks Stack_In and Stack_Out.
1. Then an element is being inserted in the queue we ...
What is point-to-point messaging?
Posted by Devin
With point-to-point message passing the sending application/client establishes a named message queue in the JMS broker/server and sends messages to th ...
A ic is typically used for one to many messaging i.e. it supports publish subscribe model of messaging. While queue is used for one-to-one messaging i ...
« previous1 next »
