# アルゴ式: 630 パングラム (Swift)

## [パングラム](https://algo-method.com/tasks/630)

- あんまりバケットの問題っぽくない？
- `Set`で解くことも考えたけれど、バケットっぽさを残して配列で
- [`asciiValue`](https://developer.apple.com/documentation/swift/character/3127002-asciivalue)はたまに使うけど、まだ慣れていない
- 覚えておきたい

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

### 提出

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