Autosave: 2024-04-20 13:50:05

This commit is contained in:
thomasabishop 2024-04-20 13:50:05 +01:00
parent 6b2ff72a11
commit f6628a0a4e
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View file

@ -21,8 +21,6 @@ created: Tuesday, April 16, 2024
- Uses a LIFO data-structure
## Stack memory
Similarly to the [[Stacks|stack data structure]], it works on the basis of LIFO:
the last item put on the stack is the first item to be withdrawn.