## Focus on algorithm questions & solutions

1. [LeetCode Swift](https://github.com/TerryHuangHD/LeetCode-Swift#microsoft)

### [Яндекс Контест](https://contest.yandex.ru/contest/8458/enter/)

| Название | Решение | Сложность | Частота |
|------------|------------|------------|------------|
| [Камни и украшения](./2.1.4%20Leetcode/2.1.4.2%20CountCharInStr.md) | O(n*log(n)) | Easy | ★★★ |
| [Последовательно идущие единицы](https://contest.yandex.ru/contest/8458/problems/B/) | Easy)| Easy | ★★★★★★ |
| [Удаление дубликатов](https://contest.yandex.ru/contest/8458/problems/C/) | O(n)| Easy | ★★★★★★ |
| [Генерация скобочных последовательностей](https://contest.yandex.ru/contest/8458/problems/D/) | O(n)| Medium | ★★★★★★ |
| [Анаграммы](./2.1.4%20Leetcode/2.1.4.1%20Anagram.md) | O(n*log(n))| Medium | ★★★★★★ |
| [Интересное путешествие путешествиеаграммы](https://contest.yandex.ru/contest/8458/problems/G/) | O(n)| Easy | ★★★★★★ |

---

[2.1.1 About Algo Theme](./2.1.1%20AboutAlgo.md) | [Back To iTWiki Contents](https://github.com/eldaroid/iTWiki) | [2.1.3 Logical Expressions Theme Folder](./2.1.3%20Operators/)