- Keywords
LIFO
Stack class implementation
|
|
Using Stack to convert decimal to binary
|
|
DS in JavaScript (3) QUEUE
- Keywords
FIFO
Queue class implementation
|
|
Priority Queue
- elements added / removed based on certain type of priority
- 2 options of implementation
- queue them according to the priority
- remove them according to the priority
|
|