Data Structures: Stacks and Queues Flashcards
1
Q
A Queue is what kind of data structure?
A
FIFO.
Fist in First Out.
Like frisbees
2
Q
A Stack is what kind of data structure?
A
LIFO.
Last in First Out
Like pancakes.
3
Q
What is Libevent?
A
The corner stone of the Event Loop when JavaScript runs in the browser.
4
Q
What is Libuv?
A
The corner stone of the Event Loop when JavaScript runs in Node.js.