Oleksii Trekhleb
|
610f16fe20
|
Add Euclidean Distance algorithm.
|
2020-12-19 19:21:32 +01:00 |
|
Oleksii Trekhleb
|
59666ac947
|
Merge branch 'master' of https://github.com/trekhleb/javascript-algorithms into merge
|
2020-12-19 18:49:21 +01:00 |
|
Oleksii Trekhleb
|
8d52ae5d03
|
Add Matrices section with basic Matrix operations (multiplication, transposition, etc.) (#600)
|
2020-12-19 18:48:10 +01:00 |
|
Oleksii Trekhleb
|
2c81debb47
|
Add Matrices section with basic Matrix operations (multiplication, transposition, etc.)
|
2020-12-19 18:45:14 +01:00 |
|
Oleksii Trekhleb
|
e220450d7d
|
Code style fixes.
|
2020-12-17 09:49:57 +01:00 |
|
Luan Caldas
|
de1cc0b047
|
Translate pt-BR (#386)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-17 09:49:11 +01:00 |
|
Alexander Belov
|
d87502b5fd
|
Update README.md (#385)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-17 09:48:43 +01:00 |
|
lvzhenbang
|
536f75a52f
|
update desc (#371)
* update desc
* text error
|
2020-12-17 09:48:19 +01:00 |
|
Askhat Arslanov
|
431560a4e5
|
Translate Linked List Traversal to Russian (#283)
Co-authored-by: Askhat <caelestes961@gmail.com>
|
2020-12-17 09:40:05 +01:00 |
|
Oleg Maslov
|
07c21083d6
|
Add missing LinkedList tests (#151)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-17 09:36:00 +01:00 |
|
Oleksii Trekhleb
|
38b2b977cd
|
Add Hill Cipher.
|
2020-12-17 09:27:32 +01:00 |
|
Oleksii Trekhleb
|
52fbc8a80f
|
Add Hill Cipher.
|
2020-12-17 08:58:26 +01:00 |
|
Oleksii Trekhleb
|
d899ae1484
|
Add more details and example to Hill cipher README.
|
2020-12-17 08:07:26 +01:00 |
|
Sherlyn
|
9929ab7fc1
|
add hillCipher at cryptography section (#424)
* add hillCipher.js and its test case first commit
* add README.md
* update style
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-17 07:26:21 +01:00 |
|
Oleksii Trekhleb
|
e105460cd6
|
Update CI badge to point to the master branch status.
|
2020-12-16 17:56:57 +01:00 |
|
Oleksii Trekhleb
|
4623bb906f
|
Add k-nearest neighbors algorithm.
|
2020-12-16 08:07:08 +01:00 |
|
Oleksii Trekhleb
|
b13291df62
|
Trim trailing whitespaces.
|
2020-12-16 06:49:10 +01:00 |
|
Avi Agrawal
|
871d20d868
|
Adding K Nearest Neighbor to ML folder in algorithms with README and tests (#592)
* Updated KNN and README
* Update README.md
* new
* new
* updated tests
* updated knn coverage
|
2020-12-16 06:44:56 +01:00 |
|
Oleksii Trekhleb
|
802557f1ac
|
Update translation for Bubble Sort.
|
2020-12-15 18:56:09 +01:00 |
|
José Vinícius Lacerda de Arruda
|
82cf0e6d58
|
Creating a explanation of Bubblesort in portuguese (#423)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-15 18:52:43 +01:00 |
|
bhaltair
|
ae225741fa
|
Update README.zh-CN.md (#439)
|
2020-12-15 18:44:44 +01:00 |
|
Oleksii Trekhleb
|
94afab0dd9
|
Add test coverage thresholds.
|
2020-12-15 10:15:37 +01:00 |
|
Oleksii Trekhleb
|
d470fa13ba
|
Update the Build badge to show the info from GitHub actions.
|
2020-12-15 08:04:46 +01:00 |
|
Oleksii Trekhleb
|
39a5fa5758
|
Update the main branch for GitHub actions.
|
2020-12-15 07:57:35 +01:00 |
|
Oleksii Trekhleb
|
ead275d08f
|
Delete Travis yml.
|
2020-12-15 07:56:29 +01:00 |
|
Oleksii Trekhleb
|
4094242515
|
Add GitHub workflow.
|
2020-12-15 07:54:58 +01:00 |
|
Oleksii Trekhleb
|
1b0e27ab86
|
Add getValues() method to HashTable and update LinkedList READMEs.
|
2020-12-11 09:14:48 +01:00 |
|
JD Medina
|
46daaf51c5
|
Modify HashTable (#447)
Add a getValues() method to the HashTable data structure
|
2020-12-11 08:54:37 +01:00 |
|
Eugene Sinitsyn
|
c3d22956b7
|
Fix typo (#459)
|
2020-12-11 08:51:13 +01:00 |
|
Donghoon Song
|
6e95b0cee7
|
Update README.ko-KR.md (#466)
|
2020-12-11 08:48:57 +01:00 |
|
Hanseung Yoo
|
97dd96aa75
|
Add doubly-linked-list doc in Korean (#449)
|
2020-12-11 08:45:54 +01:00 |
|
Oleksii Trekhleb
|
30ef6a30e1
|
Add prime factors calculation.
|
2020-12-11 08:37:06 +01:00 |
|
Anmol Gomra
|
827906c140
|
added prime-factors algo in src/algorithms/math (#532)
|
2020-12-10 17:54:11 +01:00 |
|
vladimirschneider
|
498ab10b1b
|
Repeated Math operation (#584)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-10 17:50:47 +01:00 |
|
deepthan
|
bbe0462b1c
|
fix: fix playground part translate error (#587)
Co-authored-by: linkun.he <helinkun@ithinkdt.com>
|
2020-12-10 17:41:22 +01:00 |
|
Oleksii Trekhleb
|
ea8234b49b
|
Add README in Italian.
|
2020-12-09 09:20:24 +01:00 |
|
Riccardo Amadio
|
7608151d9e
|
Italian Implementation (#432)
* translating README to italian, middle phase
* test
* test grafica
* finish
* review
Co-authored-by: Riccardo Amadio <riccardoamadio@MacBook-Pro-di-Riccardo.local>
|
2020-12-09 09:00:53 +01:00 |
|
Oleksii Trekhleb
|
1bfbf1e306
|
Add README in Russian.
|
2020-12-09 08:40:51 +01:00 |
|
Oleksii Trekhleb
|
e55dc809b6
|
Add README in Russian.
|
2020-12-09 08:37:37 +01:00 |
|
Kirill Kazakov
|
87b5b2b5cf
|
added README.ru-RU.md (#533)
|
2020-12-09 08:18:36 +01:00 |
|
Xiaoming Fu
|
8a12653ac3
|
Fix typo in comment (#540)
Address issue #528
|
2020-12-09 08:13:05 +01:00 |
|
Brian Tomlin
|
ebd6ffd2c0
|
Fix typo in tree BFS testcase name (#542)
|
2020-12-09 08:11:03 +01:00 |
|
Rodrigo Stuani
|
2ec7fe2f02
|
set Data Structure to "Estrutura de Dados" (#547)
set Data Structure to "Estrutura de Dados".
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
|
2020-12-09 08:09:29 +01:00 |
|
Oleksii Trekhleb
|
9751670a06
|
Use text formulas instead of images since images a not loading sometimes.
|
2020-12-08 09:56:46 +01:00 |
|
Oleksii Trekhleb
|
21400e36fc
|
Simplify Horner's Method code and add the link to it in main READMe.
|
2020-12-08 09:52:37 +01:00 |
|
Matheus Bonavite dos Reis Cardoso
|
fb6a1fae0a
|
Add Horner's Method (#575)
* Add Horner's Method
* Update README.md
Co-authored-by: matheus <matheus.cardoso@sydle.com>
|
2020-12-08 08:59:32 +01:00 |
|
Oleksii Trekhleb
|
0c566a6f31
|
Use osx for Travis.
|
2020-12-04 23:25:59 +01:00 |
|
Oleksii Trekhleb
|
7b7d8d58cb
|
Use one os for Travis.
|
2020-12-04 23:23:56 +01:00 |
|
Oleksii Trekhleb
|
fb079d35b2
|
Removing osx for Travis builds.
|
2020-12-04 23:19:06 +01:00 |
|
Oleksii Trekhleb
|
89a1759dce
|
Use default dist for Travis.
|
2020-12-04 23:13:58 +01:00 |
|