mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +08:00
Add Swift language blocks to the docs.
This commit is contained in:
@@ -192,3 +192,9 @@ comments: true
|
||||
/* 判断双向队列是否为空 */
|
||||
bool isEmpty = deque.Count == 0;
|
||||
```
|
||||
|
||||
=== "Swift"
|
||||
|
||||
```swift title="deque.swift"
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user