Skip to content

Commit a0a9c35

Browse files
committedJan 2, 2021
Update Bakers.
1 parent 711204f commit a0a9c35

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed
 

‎BACKERS.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
# Project Backers
22

3-
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
3+
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
44
55
## `O(2ⁿ)` Backers
66

7-
7+
`null`
88

99
## `O(n²)` Backers
1010

11-
11+
`null`
1212

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

15+
`null`
16+
17+
<!--
1518
<ul>
1619
<li>
17-
<a href="https://github.com/bullwinkle">
20+
<a href="[PROFILE_URL]">
1821
<img
19-
src="https://avatars1.githubusercontent.com/u/3613558?s=60&amp;v=4"
22+
src="[PROFILE_IMG_SRC]"
2023
width="30"
2124
height="30"
2225
/></a>
2326
&thinsp;
24-
<a href="https://github.com/bullwinkle">bullwinkle</a>
27+
<a href="[PROFILE_URL]">[PROFILE_NAME]</a>
2528
</li>
2629
</ul>
27-
30+
-->

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ Below is the list of some of the most used Big O notations and their performance
325325

326326
> You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
327327
328-
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 1`
328+
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 0`

0 commit comments

Comments
 (0)
Please sign in to comment.