-
Dymanic Graph solve Fully Dynamic Connectivity Problem online by O(log^2 n) for each query
-
Set is based on AvlTree and almost equal std::set, but faseter in 4 times
-
Fixed Set is realisation of Perfect Hash function
-
"Map for poor" is standart runtime analysing problem.
- Insert query by O(log n) amortized
- Contains query by O(log^2 n)
- No erase
-
Inplace merge sort using additional O(log n) memory for recursuion.
-
Radix sort can sort 10^7 elements in 0.5s
-
Notifications
You must be signed in to change notification settings - Fork 0
i1oveMyse1f/data_structures
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Cpp classes for hard olimpiad problems
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published