mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
read me
This commit is contained in:
parent
80e4d05ae1
commit
1fc9f6447e
@ -33,7 +33,7 @@ Our last and final step is to compine all of our buckets to one array so we can
|
||||
|
||||
| Name | Best | Average | Worst | Memory | Stable | Comments |
|
||||
| --------------------- | :-------------: | :-----------------: | :-----------------: | :-------: | :-------: | :-------- |
|
||||
| **Counting sort** | n | n + k | n^{2} | n + k | Yes | k - number of buckets |
|
||||
| **Counting sort** | n | n + k | n^2 | n + k | Yes | k - number of buckets |
|
||||
|
||||
## References
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user