Data Structures: Stacks and Queues Flashcards

1
Q

A Queue is what kind of data structure?

A

FIFO.

Fist in First Out.

Like frisbees

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A Stack is what kind of data structure?

A

LIFO.

Last in First Out

Like pancakes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Libevent?

A

The corner stone of the Event Loop when JavaScript runs in the browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Libuv?

A

The corner stone of the Event Loop when JavaScript runs in Node.js.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly