Sqrt Sort is a hybrid sorting algorithm that divides the array into √n blocks, sorts each block individually, and then merges them efficiently.
Paradigm
Block / Hybrid
Author
Unknown
Tier
Time Complexity
Best
Avg
Worst
Space
O(n)
Properties