File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments