mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Update Bakers.
This commit is contained in:
parent
711204f13a
commit
a0a9c35e3f
15
BACKERS.md
15
BACKERS.md
@ -4,24 +4,27 @@
|
|||||||
|
|
||||||
## `O(2ⁿ)` Backers
|
## `O(2ⁿ)` Backers
|
||||||
|
|
||||||
⏳
|
`null`
|
||||||
|
|
||||||
## `O(n²)` Backers
|
## `O(n²)` Backers
|
||||||
|
|
||||||
⏳
|
`null`
|
||||||
|
|
||||||
## `O(n×log(n))` Backers
|
## `O(n×log(n))` Backers
|
||||||
|
|
||||||
|
`null`
|
||||||
|
|
||||||
|
<!--
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/bullwinkle">
|
<a href="[PROFILE_URL]">
|
||||||
<img
|
<img
|
||||||
src="https://avatars1.githubusercontent.com/u/3613558?s=60&v=4"
|
src="[PROFILE_IMG_SRC]"
|
||||||
width="30"
|
width="30"
|
||||||
height="30"
|
height="30"
|
||||||
/></a>
|
/></a>
|
||||||
 
|
 
|
||||||
<a href="https://github.com/bullwinkle">bullwinkle</a>
|
<a href="[PROFILE_URL]">[PROFILE_NAME]</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
-->
|
||||||
|
@ -325,4 +325,4 @@ Below is the list of some of the most used Big O notations and their performance
|
|||||||
|
|
||||||
> 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).
|
||||||
|
|
||||||
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 1`
|
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 0`
|
||||||
|
Loading…
Reference in New Issue
Block a user