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

Commit861e0e9

Browse files
committed
Update README.
1 parentde6a24e commit861e0e9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _Read this in other languages:_
1919
[_Español_](README.es-ES.md),
2020
[_Português_](README.pt-BR.md)
2121

22-
*Note that this project is meant to be used for learning and researching purposes
22+
*Note that this project is meant to be used for learning and researching purposes
2323
only and it is**not** meant to be used for production.*
2424

2525
##Data Structures
@@ -296,9 +296,3 @@ Below is the list of some of the most used Big O notations and their performance
296296
|**Shell sort**| n&nbsp;log(n)| depends on gap sequence| n&nbsp;(log(n))<sup>2</sup>| 1| No||
297297
|**Counting sort**| n + r| n + r| n + r| n + r| Yes| r - biggest number in array|
298298
|**Radix sort**| n * k| n * k| n * k| n + k| Yes| k - length of longest key|
299-
300-
##The Book
301-
302-
We’re writing a book that will clearly explain, in detail, the main algorithms.
303-
If you’d like to be notified when the “JavaScript Algorithms” book
304-
launches,[click here](https://upscri.be/402324/).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp