Skip to content

Commit 85293e3

Browse files
committed
Remove Project Backers section
1 parent e087629 commit 85293e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,11 @@ Below is the list of some of the most used Big O notations and their performance
364364
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
365365
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
366366

367-
## Project Backers
367+
<!-- ## Project Backers
368368
369369
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
370370
371-
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 1`
371+
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 1` -->
372372

373373
## Author
374374

0 commit comments

Comments
 (0)