Skip to content

Commit 4d79f74

Browse files
committed
Two more images on the differences between Queue and Stack
1 parent b485320 commit 4d79f74

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

chap04_sequences/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
- What sorting algorithm is most commonly used when sorting a sequence of ordered values?
88
- What search algorithms are possible in a sequence?
99
- What is the complexity of many of the common operations on sequences and how is that complexity affected by the underlying organization of the data.
10+
11+
### Stack versus Queue
12+
> Put all the technical details aside, what you only need to know is that each was built for specific purposes <small>(<u>the data and how we gonna retrive those data</u>)</small>, *stack* is for **LIFO**, whereas *queue* is for **FIFO**.
Loading
Loading

0 commit comments

Comments
 (0)