InterviewSolution
Saved Bookmarks
| 1. |
What Is The Basic Difference Between A Queue And A Stack Data Structure? |
|
Answer» QUEUE follows the FIRST in first out (FIFO) RULE whereas stack follows the LAST in first out rule (LIFO) Queue follows the first in first out (FIFO) rule whereas stack follows the last in first out rule (LIFO) |
|