Add bakers

This commit is contained in:
Oleksii Trekhleb 2023-02-24 23:04:35 -01:00
parent 5a41865787
commit 46aae1d708
2 changed files with 49 additions and 4 deletions

View File

@ -8,12 +8,41 @@
## `O(n²)` Backers ## `O(n²)` Backers
`null` <ul>
<li>
<a href="https://github.com/newrelic">
<img
src="https://avatars.githubusercontent.com/u/31739?s=200&v=4"
width="30"
height="30"
/></a>
&thinsp;
<a href="https://github.com/newrelic">newrelic</a>
</li>
</ul>
## `O(n×log(n))` Backers ## `O(n×log(n))` Backers
`null` `null`
<!--
<table>
<tr>
<td align="center">
<a href="[PROFILE_URL]">
<img
src="[PROFILE_IMG_SRC]"
width="50"
height="50"
/>
</a>
<br />
<a href="[PROFILE_URL]">[PROFILE_NAME]</a>
</td>
</tr>
</table>
-->
<!-- <!--
<ul> <ul>
<li> <li>

View File

@ -361,10 +361,26 @@ 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) `∑ = 0` [Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 1`
> A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev) <table>
<tr>
<td align="center">
<a href="https://github.com/newrelic">
<img
src="https://avatars.githubusercontent.com/u/31739?s=200&v=4"
width="50"
height="50"
/>
</a>
<br />
<a href="https://github.com/newrelic">newrelic</a>
</td>
</tr>
</table>
## Author ## Author
- [@trekhleb](https://trekhleb.dev) [@trekhleb](https://trekhleb.dev)
A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)