Update Stack images.

This commit is contained in:
Oleksii Trekhleb 2022-07-24 18:18:53 +02:00
parent 58491c74c9
commit 10b79ee1d7
8 changed files with 30 additions and 16 deletions

View File

@ -20,7 +20,9 @@ autres articles en premier.
Représentation simple de l'éxecution d'une pile avec des opérations empiler (push) et dépiler (pop). Représentation simple de l'éxecution d'une pile avec des opérations empiler (push) et dépiler (pop).
![Stack](https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png) ![Stack](./images/stack.jpeg)
*Made with [okso.app](https://okso.app)*
## Références ## Références

View File

@ -9,7 +9,9 @@
プッシュとポップの例 プッシュとポップの例
![Stack](https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png) ![Stack](./images/stack.jpeg)
*Made with [okso.app](https://okso.app)*
## 参考 ## 参考

View File

@ -16,7 +16,9 @@ _Read this in other languages:_
다음은 push와 pop 연산을 실행하는 간단한 스택의 실행입니다. 다음은 push와 pop 연산을 실행하는 간단한 스택의 실행입니다.
![Stack](https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png) ![Stack](./images/stack.jpeg)
*Made with [okso.app](https://okso.app)*
## 참조 ## 참조

View File

@ -25,7 +25,9 @@ may require taking off multiple other items first.
Simple representation of a stack runtime with push and pop operations. Simple representation of a stack runtime with push and pop operations.
![Stack](https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png) ![Stack](./images/stack.jpeg)
*Made with [okso.app](https://okso.app)*
## References ## References

View File

@ -18,7 +18,9 @@ vários outros itens primeiro.
Representação simples de um tempo de execução de pilha com operações Representação simples de um tempo de execução de pilha com operações
_push_ e _pop_. _push_ e _pop_.
![Stack](https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png) ![Stack](./images/stack.jpeg)
*Made with [okso.app](https://okso.app)*
## Referências ## Referências

View File

@ -15,7 +15,9 @@
Иллюстрация работы со стеком. Иллюстрация работы со стеком.
![Стек](https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png) ![Stack](./images/stack.jpeg)
*Made with [okso.app](https://okso.app)*
## Ссылки ## Ссылки

View File

@ -13,7 +13,9 @@
栈的 push 和 pop 操作的示意 栈的 push 和 pop 操作的示意
![Stack](https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png) ![Stack](./images/stack.jpeg)
*Made with [okso.app](https://okso.app)*
## 参考 ## 参考

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB