Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83251df

Browse files
committedDec 4, 2020
Update Backers.
1 parent 2c74ced commit 83251df

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed
 

‎BACKERS.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
# Sponsors & Backers
1+
# Project Backers
22

3-
Work on this document is in progress...
3+
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
4+
5+
## `O(2ⁿ)` Backers
6+
7+
8+
9+
## `O(n²)` Backers
10+
11+
12+
13+
## `O(n×log(n))` Backers
14+
15+
- [bullwinkle](https://github.com/bullwinkle)

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ Below is the list of some of the most used Big O notations and their performance
306306
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
307307
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
308308

309-
## Supporting the project
309+
## Project Backers
310310

311-
You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
311+
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
312+
313+
See the [full list of backers](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)

0 commit comments

Comments
 (0)
Please sign in to comment.