mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-14 16:16:06 +00:00
Revisit the English version (#1885)
* Update giscus scroller. * Refine English docs and landing page * Sync the headings. * Update landing pages. * Update the avatar * Update Acknowledgements * Update landing pages. * Update contributors. * Update * Fix the formula formatting. * Fix the glossary. * Chapter 6. Hashing * Remove Chinese chars. * Fix headings. * Update giscus themes. * fallback to default giscus theme to solve 429 many requests error. * Add borders for callouts. * docs: sync character encoding translations * Update landing page media layout and i18n
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Stack and Queue
|
||||
# Stacks and Queues
|
||||
|
||||

|
||||

|
||||
|
||||
!!! abstract
|
||||
|
||||
Stacks are like stacking cats, while queues are like cats lining up.
|
||||
A stack is like cats piled on top of one another, while a queue is like cats lining up.
|
||||
|
||||
They represent LIFO (Last In First Out) and FIFO (First In First Out) logic, respectively.
|
||||
They represent the logical relationships of LIFO (Last In, First Out) and FIFO (First In, First Out), respectively.
|
||||
|
||||
Reference in New Issue
Block a user