mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Adding sponsorship info and a book link.
This commit is contained in:
parent
833f59b34b
commit
247bc777ef
17
README.md
17
README.md
@ -303,3 +303,20 @@ Below is the list of some of the most used Big O notations and their performance
|
|||||||
| **Shell sort** | n log(n) | depends on gap sequence | n (log(n))<sup>2</sup> | 1 | No | |
|
| **Shell sort** | n log(n) | depends on gap sequence | n (log(n))<sup>2</sup> | 1 | No | |
|
||||||
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
|
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
|
||||||
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
|
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
|
||||||
|
|
||||||
|
## Supporting the project
|
||||||
|
|
||||||
|
You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
|
||||||
|
|
||||||
|
## JavaScript Algorithms Book
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
[![JavaScript Algorithms Book](https://raw.githubusercontent.com/trekhleb/javascript-algorithms/master/assets/js-algorithms-book-cover-xs.png)](https://www.newline.co/javascript-algorithms)
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
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).
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
BIN
assets/js-algorithms-book-cover-xs.png
Normal file
BIN
assets/js-algorithms-book-cover-xs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
Reference in New Issue
Block a user