feat: add Swift codes for deque article (#380)

This commit is contained in:
nuomi1
2023-02-23 23:03:33 +08:00
committed by GitHub
parent 533cb7bbbe
commit 037769d94d
4 changed files with 333 additions and 1 deletions

View File

@@ -381,7 +381,9 @@ comments: true
=== "Swift"
```swift title="linkedlist_deque.swift"
[class]{ListNode}-[func]{}
[class]{LinkedListDeque}-[func]{}
```
=== "Zig"
@@ -462,7 +464,7 @@ comments: true
=== "Swift"
```swift title="array_deque.swift"
[class]{ArrayDeque}-[func]{}
```
=== "Zig"