Skip to content

Commit

Permalink
Update Backers.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Dec 4, 2020
1 parent 2c74ced commit 83251df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
16 changes: 14 additions & 2 deletions BACKERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Sponsors & Backers
# Project Backers

Work on this document is in progress...
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
## `O(2ⁿ)` Backers


## `O(n²)` Backers


## `O(n×log(n))` Backers

- [bullwinkle](https://github.com/bullwinkle)
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 83251df

Please sign in to comment.