Update Backers.

This commit is contained in:
Oleksii Trekhleb
2020-12-04 18:49:31 +01:00
parent 2c74ced8af
commit 83251dfcdc
2 changed files with 18 additions and 4 deletions

View File

@@ -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)