refactor: wiki links -> md links
deploy / Pull and Restart (push) Successful in 17s

This commit is contained in:
roma-dxunvrs
2026-09-22 08:52:23 +03:00
parent 6421fd3a48
commit 0e6e583e6d
169 changed files with 527 additions and 527 deletions
@@ -1,8 +1,8 @@
## Примеры задач
- [[Course Schedule II]]
- [[Merge Sorted Array]]
- [[Move Zeroes]]
- [[Remove Duplicates from Sorted Array]]
- [[Sliding Window Maximum]]
- [[Squares of a Sorted Array]]
- [[String Compression]]
- [Course Schedule II](../Задачи/LeetCode/Course%20Schedule%20II.md)
- [Merge Sorted Array](../Задачи/LeetCode/Merge%20Sorted%20Array.md)
- [Move Zeroes](../Задачи/LeetCode/Move%20Zeroes.md)
- [Remove Duplicates from Sorted Array](../Задачи/LeetCode/Remove%20Duplicates%20from%20Sorted%20Array.md)
- [Sliding Window Maximum](../Задачи/LeetCode/Sliding%20Window%20Maximum.md)
- [Squares of a Sorted Array](../Задачи/LeetCode/Squares%20of%20a%20Sorted%20Array.md)
- [String Compression](../Задачи/LeetCode/String%20Compression.md)