829 Commits

Author SHA1 Message Date
2c74ced8af Fix ESLint issues with MergeSort. 2020-11-28 16:43:29 +01:00
83978e9d2d refactored merge sort to use array pointers instead of .shift() (#581) 2020-11-28 16:35:08 +01:00
ed52a8079e Add links to Turkish README. 2020-11-02 18:44:48 +01:00
826055e51b Create README.tr-TR.md (#574)
Added Turkish language of README.md
2020-11-02 18:39:46 +01:00
477f30b0bd Fix markup. 2020-10-05 22:26:24 +03:00
d6b8dd394a Chore(math-translation-FR-fr): a pack of translations for the math section (#558)
* chore(factorial): translation fr-FR

* feat(math-translation-fr-FR): fast powering

* feat(math-translation-fr-FR): fibonacci numbers

* chore(math-translation-fr-FR): bits

* chore(math-translation-fr-FR): complex number

* chore(math-translation-fr-FR): euclidean algorithm

* chore(math-translation-fr-FR): fibonacci number

* chore(math-translation-fr-FR): fourier transform

* chore(math-translation-fr-FR): fourier transform WIP

* chore(math-translation-fr-FR): fourier transform done

* chore(math-translation-fr-FR): fourier transform in menu
2020-10-05 22:13:47 +03:00
07bc4a4b97 Add more test cases for countSetBits(). 2020-08-21 07:29:58 +02:00
6af63239ab Fix and Update README.zh-CN.md (#469)
* Update README.zh-CN.md

* Update Translation
2020-08-21 07:28:07 +02:00
Ly
c093fe4224 fix: three errors (#487) 2020-08-21 07:23:44 +02:00
be185ac9af Fix infinity loop with negative numbers (#502)
* Update countSetBits.js

* Update countSetBits.test.js
2020-08-21 07:21:20 +02:00
5a3806ff81 Update README.ru-RU.md (#530)
There is an error in deletion complexity
2020-08-21 07:08:27 +02:00
929b210b8e Minor fixes. 2020-08-09 14:16:42 +02:00
Ly
2444b9740b fix: 0->ø (#486) 2020-08-09 14:13:36 +02:00
95641c8aaf Add french translation for some chapters (#520)
* Create README.fr-FR.md

* Translate to french "Priority Queue" module

* Add english lang redirection

* Update README.fr-FR.md

* Update README.fr-FR.md

* Add French lang version redir

* Create README.fr-FR.md

* Added french translation for Queue

* Added French lang redir

* Update README.md

* Create README.fr-FR.md

* Add french translation

* Index french translation

* Create README.fr-FR.md

* Add french translation

* Index french translation

* Fix translation

* Create README.fr-FR.md

* Add french translation

* Index french translation

* Add wikipedia french reference

* Add french wikipedia reference
2020-08-09 14:10:15 +02:00
00242413a5 Refactor a Caesar Cipher algorithm. 2020-08-08 12:54:56 +02:00
bd7475ee19 Caeser cipher (#517)
* added ceaserCipher algorithm

* added ceaserCipher algorithm

* fixed a typo
2020-08-08 11:51:22 +02:00
e54a3df231 Fix README typo (#524) 2020-08-08 11:45:15 +02:00
f42433e51e Fix ESLint issues. 2020-07-26 13:23:36 +02:00
2ffb7b7abf Swap as destructuring assignment (#497) 2020-07-26 13:21:13 +02:00
194f2133af Adding inequality conditions (#489)
A quick fix to add inequality conditions wherever needed.

Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2020-07-26 13:19:28 +02:00
63f5a27152 Upgrade dependencies and fix ESLint issues. 2020-07-26 13:06:15 +02:00
4d8baf87db Adding OS to Travis config. 2020-07-26 12:51:58 +02:00
099848336c Using Node v12 for Travis. 2020-07-26 12:44:58 +02:00
d227a33c57 Upgrade dependencies. 2020-07-26 12:35:17 +02:00
0fcea277b7 Merge branch 'master' of https://github.com/trekhleb/javascript-algorithms 2020-07-15 06:53:08 +02:00
8d32c9fc8c Adjusting README. 2020-07-15 06:51:20 +02:00
3bf94e573d Update README.ko-KR.md (#492) 2020-07-15 06:49:29 +02:00
d43f9d8941 Update README.pt-BR.md (#490)
Traduzido Trie > Árvore de prefixos
2020-07-15 06:47:55 +02:00
b3b8d4d3e8 Fix portuguese translation of graph on README (#503) 2020-07-15 06:46:31 +02:00
aa10ffe443 Link error (#511) 2020-07-15 06:43:08 +02:00
70367294f6 Adding sponsorship info and a book link. 2020-07-08 09:06:17 +02:00
fd7cf58df8 Adding sponsorship info and a book link. 2020-07-08 09:02:57 +02:00
1294afcef5 Adding sponsorship info and a book link. 2020-07-08 09:01:06 +02:00
87e74dd8af Adding sponsorship info and a book link. 2020-07-08 08:57:44 +02:00
a35b776523 Merge branch 'master' of https://github.com/trekhleb/javascript-algorithms 2020-07-08 08:54:21 +02:00
247bc777ef Adding sponsorship info and a book link. 2020-07-08 08:52:17 +02:00
af09d4b761 Update FUNDING.yml 2020-07-08 07:54:13 +02:00
503a76d0ae Create FUNDING.yml 2020-07-06 22:39:50 +02:00
833f59b34b Add BACKERS.md. 2020-07-03 07:51:31 +02:00
ba2d8dc4a8 Add machine-learning algorithm examples. 2019-12-07 22:30:04 +01:00
dc1047df72 Upgrade dependencies to latest versions. (#367) 2019-06-25 06:56:44 +02:00
94abfec91d Fix pt-BR README links. 2019-04-16 18:09:37 +03:00
e954d6d0f3 pt-BR translations fixes. 2019-04-16 18:05:39 +03:00
ed99f9d216 Adds Portuguese (pt-BR) translation (#340)
* create portuguese translations

* renames `Lista Ligada` to `Lista Encadeada`

* revert changes on package-lock.json
2019-04-16 17:47:04 +03:00
1520533d11 Fix issue #315. 2019-04-12 09:02:03 +03:00
2206158b57 Update image source for Levenshtein distance. 2019-04-12 08:44:14 +03:00
d790aa56a4 Update README.md (#332)
Fix for https://github.com/trekhleb/javascript-algorithms/issues/311
2019-04-12 08:41:26 +03:00
d18dcd2e42 fix README.md (#333) 2019-04-12 08:36:11 +03:00
8590d7ad43 Update README.pt-BR.md (#335)
Improving translate
2019-04-12 08:35:37 +03:00
2632a3a683 Add Japanese translation (#1) (#337)
* add japanese translation

* fix typo
2019-04-12 08:32:08 +03:00