mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Update Backers.
This commit is contained in:
@@ -306,6 +306,8 @@ Below is the list of some of the most used Big O notations and their performance
|
||||
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
|
||||
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
|
||||
|
||||
## Supporting the project
|
||||
## Project Backers
|
||||
|
||||
You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
|
||||
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
|
||||
|
||||
See the [full list of backers](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)
|
||||
|
||||
Reference in New Issue
Block a user