Alexey Onikov
be185ac9af
Fix infinity loop with negative numbers ( #502 )
...
* Update countSetBits.js
* Update countSetBits.test.js
2020-08-21 07:21:20 +02:00
Oleg Khobotov
5a3806ff81
Update README.ru-RU.md ( #530 )
...
There is an error in deletion complexity
2020-08-21 07:08:27 +02:00
Oleksii Trekhleb
929b210b8e
Minor fixes.
2020-08-09 14:16:42 +02:00
Ly
2444b9740b
fix: 0->ø ( #486 )
2020-08-09 14:13:36 +02:00
Boardens
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
Oleksii Trekhleb
00242413a5
Refactor a Caesar Cipher algorithm.
2020-08-08 12:54:56 +02:00
gifted-s
bd7475ee19
Caeser cipher ( #517 )
...
* added ceaserCipher algorithm
* added ceaserCipher algorithm
* fixed a typo
2020-08-08 11:51:22 +02:00
Chao Zhang
e54a3df231
Fix README typo ( #524 )
2020-08-08 11:45:15 +02:00
Oleksii Trekhleb
f42433e51e
Fix ESLint issues.
2020-07-26 13:23:36 +02:00
vladimirschneider
2ffb7b7abf
Swap as destructuring assignment ( #497 )
2020-07-26 13:21:13 +02:00
Suraj Jadhav
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
Oleksii Trekhleb
63f5a27152
Upgrade dependencies and fix ESLint issues.
2020-07-26 13:06:15 +02:00
Marcelo-Rodrigues
b3b8d4d3e8
Fix portuguese translation of graph on README ( #503 )
2020-07-15 06:46:31 +02:00
Oleksii Trekhleb
dc1047df72
Upgrade dependencies to latest versions. ( #367 )
2019-06-25 06:56:44 +02:00
Oleksii Trekhleb
e954d6d0f3
pt-BR translations fixes.
2019-04-16 18:05:39 +03:00
Marcos Gonçalves
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
Oleksii Trekhleb
1520533d11
Fix issue #315 .
2019-04-12 09:02:03 +03:00
Oleksii Trekhleb
2206158b57
Update image source for Levenshtein distance.
2019-04-12 08:44:14 +03:00
nirvanarsc
d790aa56a4
Update README.md ( #332 )
...
Fix for https://github.com/trekhleb/javascript-algorithms/issues/311
2019-04-12 08:41:26 +03:00
arnold
d18dcd2e42
fix README.md ( #333 )
2019-04-12 08:36:11 +03:00
Nilton Lopes
8590d7ad43
Update README.pt-BR.md ( #335 )
...
Improving translate
2019-04-12 08:35:37 +03:00
matsuge
2632a3a683
Add Japanese translation ( #1 ) ( #337 )
...
* add japanese translation
* fix typo
2019-04-12 08:32:08 +03:00
Oleksii Trekhleb
5c12f45ddc
Minor typo fix.
2019-04-02 21:57:00 -07:00
Oleksii Trekhleb
b1c36a85cf
Minor typo fix.
2019-04-02 21:55:48 -07:00
Sergii Tkachenko
97e4f5fe2a
Add Full Adder algorithm (math/bits) ( #334 )
...
* Add Full Adder algorithm (math/bits)
* Full adder: minor spelling fixes
* Full adder: even better comments
2019-04-03 07:42:16 +03:00
Oleksii Trekhleb
339ae02977
Add square root finding algorithm.
2019-03-23 13:44:24 +02:00
Oleksii Trekhleb
4aecd5772f
Fix README typos.
2019-03-22 07:47:39 +02:00
Omar Kalouti
f36381c7ec
adds note explaining origin of the name 'radix sort' ( #293 )
2019-03-22 07:45:04 +02:00
Stulov Alex
43e1cca3e6
Translate Bloom filter into Russian. ( #320 )
2019-03-22 07:36:35 +02:00
Stulov Alex
e286a92d8d
Feature/translate trie ( #324 )
...
* Translate trie into Russian.
* Add image description.
2019-03-22 07:32:44 +02:00
linghuam
3eab9eef40
some mistakes in delete method and time comlexity ( #322 )
2019-03-22 07:29:50 +02:00
lisq
db83ec20ec
Update README.zh-CN.md ( #326 )
2019-03-22 07:28:12 +02:00
Nilton Lopes
d569102f06
Update README.md ( #331 )
...
Adding link to read in portuguese :)
2019-03-22 07:27:12 +02:00
Nilton Lopes
c510775f39
Translated to portuguese ( #330 )
2019-03-22 07:25:48 +02:00
Stulov Alex
38d0ccc222
Translate disjoint set into Russian. ( #321 )
2019-03-22 07:18:18 +02:00
haalogen
b87e326fcf
Fix performance measuring code bug ( #313 )
2019-03-08 13:08:18 +02:00
Cloudyan
8ab965b483
Update README.md ( #316 )
2019-03-08 13:05:50 +02:00
Masato Ohba
d267bd6e30
Fix typo: yeild => yield ( #309 )
...
```shell
ag -l yeild | xargs sed -i '' -e 's/yeild/yield/g'
```
2019-03-08 13:02:15 +02:00
Stulov Alex
c672f1ff30
Translate hash table into Russian. Add links from English file to translations. ( #318 )
2019-03-08 12:52:53 +02:00
Stulov Alex
0aa63ff42a
Translate heap into Russian. Add links to main README file. ( #317 )
2019-03-08 12:50:40 +02:00
Stulov Alex
94d7614001
Translate graph into Russian. ( #319 )
2019-03-08 12:47:09 +02:00
Oleksii Trekhleb
8ea21a66c9
Make it possible to use objects in priority queue.
2019-03-03 10:10:19 +02:00
Oleksii Trekhleb
881e3ae5aa
Add more comments for Dijkstra.
2019-03-03 09:58:02 +02:00
Oleksii Trekhleb
1f393551c7
Add link to Graph Breadth-First-Search visualization.
2019-02-15 07:18:53 +02:00
Oleksii Trekhleb
b527f9bf71
Add more links for further readings for graph DFS.
2019-02-13 07:40:43 +02:00
Oleksii Trekhleb
6fe7df339a
Add more comments to tree DFS algorithm.
2019-02-01 09:02:23 +02:00
Oleksii Trekhleb
f08fc37dad
Add comments to combination algorithms.
2019-01-04 17:03:35 +02:00
KeiSei
6261d0e9bb
[Fix] Capitalization issues of doubly linked list. ( #282 )
2019-01-04 16:38:58 +02:00
Oleksii Trekhleb
3064a7906b
Add links to zh-CN version of Factorial.
2018-12-28 16:35:54 +02:00
RequireSun
af77d1adc1
Create README.zh-CN.md ( #267 )
2018-12-28 16:33:25 +02:00