vault backup: 2025-03-16 18:59:42

This commit is contained in:
boris
2025-03-16 18:59:42 +00:00
parent 6befcc90d4
commit ae837183f1
188 changed files with 17794 additions and 409 deletions

View File

@@ -1,6 +1,6 @@
# Compare and contrast a queue with a stack.
# Compare and Contrast a Queue with a Stack.
### **Comparison of Queue and Stack**
### **Comparison Of Queue and Stack**
|**Aspect**|**Stack**|**Queue**|
|---|---|---|
@@ -47,4 +47,4 @@
### **Summary**:
- A **stack** is suitable for tasks where the most recent action needs to be undone or processed first (**LIFO**).
- A **queue** is ideal for tasks where the first action needs to be processed first (**FIFO**).
- A **queue** is ideal for tasks where the first action needs to be processed first (**FIFO**).