Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46aae1d

Browse files
committed
Add bakers
1 parent5a41865 commit46aae1d

File tree

2 files changed

+50
-5
lines changed

2 files changed

+50
-5
lines changed

‎BACKERS.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,41 @@
88

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

11-
`null`
11+
<ul>
12+
<li>
13+
<a href="https://github.com/newrelic">
14+
<img
15+
src="https://avatars.githubusercontent.com/u/31739?s=200&v=4"
16+
width="30"
17+
height="30"
18+
/></a>
19+
&thinsp;
20+
<a href="https://github.com/newrelic">newrelic</a>
21+
</li>
22+
</ul>
1223

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

1526
`null`
1627

28+
<!--
29+
<table>
30+
<tr>
31+
<td align="center">
32+
<a href="[PROFILE_URL]">
33+
<img
34+
src="[PROFILE_IMG_SRC]"
35+
width="50"
36+
height="50"
37+
/>
38+
</a>
39+
<br />
40+
<a href="[PROFILE_URL]">[PROFILE_NAME]</a>
41+
</td>
42+
</tr>
43+
</table>
44+
-->
45+
1746
<!--
1847
<ul>
1948
<li>

‎README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,26 @@ Below is the list of some of the most used Big O notations and their performance
361361

362362
>You may support this project via ❤️️[GitHub](https://github.com/sponsors/trekhleb) or ❤️️[Patreon](https://www.patreon.com/trekhleb).
363363
364-
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 0`
365-
366-
>ℹ️ A few more[projects](https://trekhleb.dev/projects/) and[articles](https://trekhleb.dev/blog/) about JavaScript and algorithms on[trekhleb.dev](https://trekhleb.dev)
364+
[Folks who are backing this project](https://github.com/trekhleb/javascript-algorithms/blob/master/BACKERS.md)`∑ = 1`
365+
366+
<table>
367+
<tr>
368+
<td align="center">
369+
<a href="https://github.com/newrelic">
370+
<img
371+
src="https://avatars.githubusercontent.com/u/31739?s=200&v=4"
372+
width="50"
373+
height="50"
374+
/>
375+
</a>
376+
<br />
377+
<a href="https://github.com/newrelic">newrelic</a>
378+
</td>
379+
</tr>
380+
</table>
367381

368382
##Author
369383

370-
-[@trekhleb](https://trekhleb.dev)
384+
[@trekhleb](https://trekhleb.dev)
385+
386+
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 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp