Skip to content

Commit 58491c7

Browse files
committedJul 24, 2022
Update Queue images.
1 parent 6a99b20 commit 58491c7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎src/data-structures/queue/README.fr-FR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Représentation d'une file PEPS (premier entré, premier sorti)
2222

2323
![Queue](./images/queue.jpeg)
2424

25-
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
25+
*Made with [okso.app](https://okso.app)*
2626

2727
## Références
2828

‎src/data-structures/queue/README.ja-JP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FIFO(先入れ先出し)のキュー
66

77
![Queue](./images/queue.jpeg)
88

9-
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
9+
*Made with [okso.app](https://okso.app)*
1010

1111
## 参考
1212

‎src/data-structures/queue/README.ko-KR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _Read this in other languages:_
1515

1616
![Queue](./images/queue.jpeg)
1717

18-
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
18+
*Made with [okso.app](https://okso.app)*
1919

2020
## 참고
2121

‎src/data-structures/queue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Representation of a FIFO (first in, first out) queue
2828

2929
![Queue](./images/queue.jpeg)
3030

31-
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
31+
*Made with [okso.app](https://okso.app)*
3232

3333
## References
3434

‎src/data-structures/queue/README.pt-BR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Representação de uma file FIFO (first in, first out)
2222

2323
![Queue](./images/queue.jpeg)
2424

25-
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
25+
*Made with [okso.app](https://okso.app)*
2626

2727
## References
2828

‎src/data-structures/queue/README.ru-RU.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
![Очередь](./images/queue.jpeg)
1515

16-
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
16+
*Made with [okso.app](https://okso.app)*
1717

1818
## References
1919

‎src/data-structures/queue/README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
![Queue](./images/queue.jpeg)
1111

12-
<small><i>Made with <a href="https://okso.app">okso.app</a></i></small>
12+
*Made with [okso.app](https://okso.app)*
1313

1414
## 参考
1515

0 commit comments

Comments
 (0)
Please sign in to comment.