# アルゴ式: 866 ハッシュ (Swift)

## [ハッシュ](https://algo-method.com/tasks/866)

- ハッシュ的なことを自分でやる問題
- 最初は比較の意味も兼ねてDictionaryでパッと
- その後は、問題の補足にあったように文字列を整数値に変換して配列で解いた

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

### 提出

- [Dict](https://algo-method.com/submissions/390509)
- [Self Hash](https://algo-method.com/submissions/390543)
