mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +08:00
feat: add Swift codes for deque article (#380)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user