mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
Update Queue images.
This commit is contained in:
parent
b2427d0e18
commit
5a28fef1a7
@ -20,7 +20,9 @@ structure de données linéaire, ou, plus abstraitement, une collection séquent
|
|||||||
|
|
||||||
Représentation d'une file PEPS (premier entré, premier sorti)
|
Représentation d'une file PEPS (premier entré, premier sorti)
|
||||||
|
|
||||||
![Queue](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
![Queue](./images/queue.jpeg)
|
||||||
|
|
||||||
|
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
|
||||||
|
|
||||||
## Références
|
## Références
|
||||||
|
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
FIFO(先入れ先出し)のキュー
|
FIFO(先入れ先出し)のキュー
|
||||||
|
|
||||||
![Queue](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
![Queue](./images/queue.jpeg)
|
||||||
|
|
||||||
|
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
|
||||||
|
|
||||||
## 参考
|
## 参考
|
||||||
|
|
||||||
|
@ -13,7 +13,9 @@ _Read this in other languages:_
|
|||||||
|
|
||||||
선입선출 자료 구조인 큐를 나타내면 다음과 같습니다.
|
선입선출 자료 구조인 큐를 나타내면 다음과 같습니다.
|
||||||
|
|
||||||
![Queue](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
![Queue](./images/queue.jpeg)
|
||||||
|
|
||||||
|
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
|
||||||
|
|
||||||
## 참고
|
## 참고
|
||||||
|
|
||||||
|
@ -26,7 +26,9 @@ sequential collection.
|
|||||||
|
|
||||||
Representation of a FIFO (first in, first out) queue
|
Representation of a FIFO (first in, first out) queue
|
||||||
|
|
||||||
![Queue](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
![Queue](./images/queue.jpeg)
|
||||||
|
|
||||||
|
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
@ -20,7 +20,9 @@ coleção seqüencial.
|
|||||||
|
|
||||||
Representação de uma file FIFO (first in, first out)
|
Representação de uma file FIFO (first in, first out)
|
||||||
|
|
||||||
![Queue](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
![Queue](./images/queue.jpeg)
|
||||||
|
|
||||||
|
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
Иллюстрация работы с очередью.
|
Иллюстрация работы с очередью.
|
||||||
|
|
||||||
![Очередь](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
![Очередь](./images/queue.jpeg)
|
||||||
|
|
||||||
|
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
@ -7,7 +7,9 @@
|
|||||||
|
|
||||||
队列中元素先进先出 FIFO (first in, first out)的示意
|
队列中元素先进先出 FIFO (first in, first out)的示意
|
||||||
|
|
||||||
![Queue](https://upload.wikimedia.org/wikipedia/commons/5/52/Data_Queue.svg)
|
![Queue](./images/queue.jpeg)
|
||||||
|
|
||||||
|
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
|
||||||
|
|
||||||
## 参考
|
## 参考
|
||||||
|
|
||||||
|
BIN
src/data-structures/queue/images/queue.jpeg
Normal file
BIN
src/data-structures/queue/images/queue.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue
Block a user