Skip to content

Commit

Permalink
Add bakers
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Feb 25, 2023
1 parent 5a41865 commit 46aae1d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 5 deletions.
31 changes: 30 additions & 1 deletion BACKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,41 @@

## `O(n²)` Backers

`null`
<ul>
<li>
<a href="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/newrelic">
<img
src="https://avatars.githubusercontent.com/u/31739?s=200&v=4"
width="30"
height="30"
/></a>
&thinsp;
<a href="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/newrelic">newrelic</a>
</li>
</ul>

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

`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>
<li>
Expand Down
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 0`

> ℹ️ A few more [projects](https://trekhleb.dev/projects/) and [articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on [trekhleb.dev](https://trekhleb.dev)
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md) `∑ = 1`

<table>
<tr>
<td align="center">
<a href="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/newrelic">
<img
src="https://avatars.githubusercontent.com/u/31739?s=200&v=4"
width="50"
height="50"
/>
</a>
<br />
<a href="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/newrelic">newrelic</a>
</td>
</tr>
</table>

## 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)

0 comments on commit 46aae1d

Please sign in to comment.