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

Commit 247bc77

Browse files
committed
Adding sponsorship info and a book link.
1 parent 833f59b commit 247bc77

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

‎README.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,20 @@ Below is the list of some of the most used Big O notations and their performance
303303
| **Shell sort** | n&nbsp;log(n) | depends on gap sequence | n&nbsp;(log(n))<sup>2</sup> | 1 | No | |
304304
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
305305
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
306+
307+
## Supporting the project
308+
309+
You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
310+
311+
## JavaScript Algorithms Book
312+
313+
<table>
314+
<tr>
315+
<td>
316+
[![JavaScript Algorithms Book](https://raw.githubusercontent.com/trekhleb/javascript-algorithms/master/assets/js-algorithms-book-cover-xs.png)](https://www.newline.co/javascript-algorithms)
317+
</td>
318+
<td>
319+
Recently we've released a [JavaScript Algorithms Book](https://www.newline.co/javascript-algorithms) which contains detailed explanations of many popular algorithms and data structures implemented on JavaScript. You can check the full list of topics that are covered in the book and download the first chapter [here](https://www.newline.co/javascript-algorithms).
320+
</td>
321+
</tr>
322+
</table>
39.9 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /