File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
- # Sponsors & Backers
1
+ # Project Backers
2
2
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 )
Original file line number Diff line number Diff line change @@ -306,6 +306,8 @@ Below is the list of some of the most used Big O notations and their performance
306
306
| ** Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
307
307
| ** Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
308
308
309
- ## Supporting the project
309
+ ## Project Backers
310
310
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 )
You can’t perform that action at this time.
0 commit comments