# アルゴ式: 868 挿入・削除・検索 (Swift)

## [挿入・削除・検索](https://algo-method.com/tasks/868)

- 基礎を自分で作るところから離れて、言語が提供している連想配列を使い始める
- そういう意味では実践での基本
- 標準機能って楽だな〜
- 実行時間に時間がかかっているのがどこかわからない

[editorial]: https://algo-method.com/tasks/868/editorial

### 提出

- [AC](https://algo-method.com/submissions/395163)
