-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
628c42a
commit afb4be0
Showing
6 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Sqrt Technique | ||
|
||
此章節將收錄時間複雜度與根號有關的技巧例如序列分塊、操作分塊、莫隊等等。 | ||
|
||
使用分塊技巧的演算法雖然時間複雜度可能較差,但是實作常數小,因此有時可以利用他通過官解非分塊且複雜度比分塊更好的題目。 | ||
|
||
|
||
## Resource | ||
- [[Tutorial] Square Root Techniques](https://codeforces.com/blog/entry/96713) | ||
- [Square Root Decomposition - USACO Guide](https://usaco.guide/plat/sqrt?lang=cpp) | ||
- [Sqrt Decomposition - Algorithms for Competitive Programming](https://cp-algorithms.com/data_structures/sqrt_decomposition.html) | ||
- [[Tutorial] Square root decomposition and applications](https://codeforces.com/blog/entry/83248) |
Empty file.
Empty file.
Empty file.
Empty file.