From 244c04fe444ed2fda6e77eab0a3b5def360c6846 Mon Sep 17 00:00:00 2001 From: ElbertYang <83216339+YangXuanyi@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:38:22 +0800 Subject: [PATCH] translation: Update chapter_stack_and_queue/index.md (#1035) * Updata number_encoding.md * Update number_encodimg.md * update chapter_stack_and_queue/index.md --- docs-en/chapter_stack_and_queue/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-en/chapter_stack_and_queue/index.md b/docs-en/chapter_stack_and_queue/index.md index d6586aac8..d1d0e16ea 100644 --- a/docs-en/chapter_stack_and_queue/index.md +++ b/docs-en/chapter_stack_and_queue/index.md @@ -8,6 +8,6 @@ !!! abstract - Stacks are like stacking cats, while queues are like cats lining up. + A stack is like cats placed on top of each other, while a queue is like cats lined up one by one. - They respectively represent the logical relationships of Last-In-First-Out (LIFO) and First-In-First-Out (FIFO). + They represent the logical relationships of Last-In-First-Out (LIFO) and First-In-First-Out (FIFO), respectively.