1120 Commits

Author SHA1 Message Date
d470fa13ba Update the Build badge to show the info from GitHub actions. 2020-12-15 08:04:46 +01:00
39a5fa5758 Update the main branch for GitHub actions. 2020-12-15 07:57:35 +01:00
ead275d08f Delete Travis yml. 2020-12-15 07:56:29 +01:00
4094242515 Add GitHub workflow. 2020-12-15 07:54:58 +01:00
1b0e27ab86 Add getValues() method to HashTable and update LinkedList READMEs. 2020-12-11 09:14:48 +01:00
46daaf51c5 Modify HashTable (#447)
Add a getValues() method to the HashTable data structure
2020-12-11 08:54:37 +01:00
c3d22956b7 Fix typo (#459) 2020-12-11 08:51:13 +01:00
6e95b0cee7 Update README.ko-KR.md (#466) 2020-12-11 08:48:57 +01:00
97dd96aa75 Add doubly-linked-list doc in Korean (#449) 2020-12-11 08:45:54 +01:00
30ef6a30e1 Add prime factors calculation. 2020-12-11 08:37:06 +01:00
827906c140 added prime-factors algo in src/algorithms/math (#532) 2020-12-10 17:54:11 +01:00
498ab10b1b Repeated Math operation (#584)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2020-12-10 17:50:47 +01:00
bbe0462b1c fix: fix playground part translate error (#587)
Co-authored-by: linkun.he <helinkun@ithinkdt.com>
2020-12-10 17:41:22 +01:00
ea8234b49b Add README in Italian. 2020-12-09 09:20:24 +01:00
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
1bfbf1e306 Add README in Russian. 2020-12-09 08:40:51 +01:00
e55dc809b6 Add README in Russian. 2020-12-09 08:37:37 +01:00
87b5b2b5cf added README.ru-RU.md (#533) 2020-12-09 08:18:36 +01:00
8a12653ac3 Fix typo in comment (#540)
Address issue #528
2020-12-09 08:13:05 +01:00
ebd6ffd2c0 Fix typo in tree BFS testcase name (#542) 2020-12-09 08:11:03 +01:00
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
9751670a06 Use text formulas instead of images since images a not loading sometimes. 2020-12-08 09:56:46 +01:00
21400e36fc Simplify Horner's Method code and add the link to it in main READMe. 2020-12-08 09:52:37 +01:00
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
0c566a6f31 Use osx for Travis. 2020-12-04 23:25:59 +01:00
7b7d8d58cb Use one os for Travis. 2020-12-04 23:23:56 +01:00
fb079d35b2 Removing osx for Travis builds. 2020-12-04 23:19:06 +01:00
89a1759dce Use default dist for Travis. 2020-12-04 23:13:58 +01:00
5eb91ebad0 Use node 14 in Travis. 2020-12-04 23:05:16 +01:00
db5902ac90 Upgrade packages. 2020-12-04 22:45:24 +01:00
c919122eba Update Backers. 2020-12-04 19:30:10 +01:00
2c695b56a2 Update Backers. 2020-12-04 19:27:17 +01:00
f1de657bca Update Backers. 2020-12-04 19:22:49 +01:00
47b4b68606 Update Backers. 2020-12-04 19:18:34 +01:00
c15e2ca729 Update Backers. 2020-12-04 19:17:52 +01:00
e5baba45f1 Update Backers. 2020-12-04 19:17:06 +01:00
7155cfe0e9 Update Backers. 2020-12-04 19:15:59 +01:00
922b3aeee2 Update Backers. 2020-12-04 19:14:17 +01:00
63eebef5de Update Backers. 2020-12-04 19:00:27 +01:00
fc1c2d877d Update Backers. 2020-12-04 18:56:25 +01:00
83251dfcdc Update Backers. 2020-12-04 18:49:31 +01:00
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