Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
doc: deque
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Feb 16, 2021
1 parent 8e51d6e commit fd25d82
Show file tree
Hide file tree
Showing 5 changed files with 754 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Special-purpose sorts:

- [Stack](src/collections/stack)
- [Queue](src/collections/queue)
- [🚧 Deque](src/collections/deque)
- [Deque](src/deque)

### Linked List

Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

- [堆疊 Stack](collections/stack)
- [佇列 Queue](collections/queue)
- [🚧 雙端佇列 Deque](collections/deque)
- [雙端佇列 Deque](deque)

### 鏈結串列

Expand Down
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

- [堆疊 Stack](collections/stack/README.md)
- [佇列 Queue](collections/queue/README.md)
- [🚧 雙端佇列 Deque]()
- [雙端佇列 Deque](deque/README.md)

# 鏈結串列

Expand Down
3 changes: 0 additions & 3 deletions src/collections/deque/README.md

This file was deleted.

Loading

0 comments on commit fd25d82

Please sign in to comment.