3fa19670f2
Add Korean translation. ( #644 )
...
* Translate the Heap README to Korean.
* Translate Priority Queue's README to Korean
* Translate Kruskal Algorithm's README into Korean.
* fix typo
* Translate the Dijkstra README to Korean.
Co-authored-by: cckn <pds@enitt.co.kr>
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-27 21:00:45 +01:00
677862540e
Change Copy Write to 2021 ( #652 )
...
Change Copy Write to 2021 from 2018.
2022-01-27 20:57:33 +01:00
82680c03ee
fix small modification in README.ja-JP.md ( #651 )
2022-01-27 20:56:33 +01:00
47d5c8f744
Add pt-BR translation to search/linear-search ( #663 )
2022-01-27 20:56:02 +01:00
8bd329d5e5
Add pt-BR translation to search/binary-search ( #664 )
2022-01-27 20:55:13 +01:00
ef50238eba
Add pt-BR translation to sorting/selection-sort ( #665 )
2022-01-27 20:54:40 +01:00
61f2d192f6
Update breadthFirstSearch.js ( #666 )
...
fix comment
2022-01-27 20:53:42 +01:00
945e7c384e
Add Vietnamese translation ( #667 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-27 20:52:47 +01:00
b816825232
Adding single quotes type to editorconfig ( #670 )
2022-01-27 20:46:06 +01:00
9083fe12f6
Typos fixed (lines 81, 130, 166, 248) ( #668 )
2022-01-27 20:44:03 +01:00
f0ec1395c1
Update README.zh-CN.md ( #685 )
2022-01-27 20:40:50 +01:00
8e8f28ffcf
Use exist method to be consistent with Stack ( #708 )
2022-01-27 20:36:39 +01:00
d227646201
Fixing typos in Linked List README.es-ES.md ( #710 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-27 20:33:47 +01:00
1c4e02879a
fix: LinkedList test ( #712 )
2022-01-27 20:31:19 +01:00
d581548b4c
Fix a typo in linked list's "ru" readme ( #723 )
...
Deletion time complexity from O(1) to O(n)
2022-01-27 09:51:29 +01:00
c2e5b3d5f1
Fix error in Queue definition from README.ru-RU.md ( #726 )
2022-01-27 09:50:47 +01:00
80649156ea
Created Quicksort documentation in pt-BR ( #735 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-27 09:49:11 +01:00
7ef78c48aa
Typos in a doubly linked list's "ru" readme ( #724 )
2022-01-26 20:57:01 +01:00
1216d00937
Restructure the Big O Notation table.
2022-01-26 20:53:22 +01:00
9ca459ff65
Fix lint issue.
2022-01-26 20:50:39 +01:00
2a49b7045a
Add type name to Big O table ( #717 )
2022-01-26 20:38:56 +01:00
aa0f47ed65
Linked list turkish readme ( #739 )
...
* added README.tr-TR.md for linked-list
* added gap
* linked list description edited.
2022-01-26 20:36:54 +01:00
c1b2e893ff
Factorial turkish readme ( #740 )
...
* added turkish readme for factorial
* Added redirect link to Turkish document.
2022-01-26 20:35:45 +01:00
00887c2d40
[ID] Minor Improvements ( #742 )
...
* fix: `menghapus` typo
should be `menghapus` instead of `mengahpus`
* fix: translations
Should be `algoritma` instead of `algoritme`.
etc is in EN, replace it with `dan lain-lain` (etc in ID)
* fix: adding space to z-algorithm
since Z is the name of the algorithm.
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-26 20:35:01 +01:00
7f7e4eae3e
feat: add linkedList insert method ( #774 )
...
Co-authored-by: byj <youjia.bi@weimob.com>
2022-01-26 20:29:51 +01:00
5b64117a2c
Fex READMEs.
2022-01-25 17:56:34 +01:00
d0c359e990
Add Korean translation ( #752 )
...
* Add Korean translation
* Add link to Korean translation in Queue README.
2022-01-25 17:54:01 +01:00
d11f7fadd6
Add Korean translation ( #767 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-25 17:48:56 +01:00
5a83ecc00d
fixed spelling error for hash-table (ru) ( #775 )
2022-01-25 10:04:32 +01:00
c29b12ee3b
fix typos ( #771 )
2022-01-25 10:03:19 +01:00
5dc17089bc
Correct inaccurate Chinese translation. ( #768 )
2022-01-25 10:02:35 +01:00
ae915372d9
fix typos ( #773 )
2022-01-25 09:39:11 +01:00
40c54d8354
Updating a typo in " Get bit" section ( #777 )
...
typo- ADD-> AND operation
2022-01-25 09:37:30 +01:00
cc26b93f31
Grammar change and "Block " to "Jump" ( #780 )
...
* Grammar change and "Block " to "Jump"
ジャンプ is jump in katakana
* Update README.ja-JP.md
* Update README.ja-JP.md
2022-01-25 09:36:45 +01:00
6d8195154a
Add Chinise Translation ( #842 )
2022-01-25 09:34:17 +01:00
42c6718cb0
Add Korean translation for data-structures Hash Table & Heap ( #843 )
...
* Create README.ko-KR.md
* Create README.ko-KR.md
* Update README.ko-KR.md
* Update README.ko-KR.md
* Update README.ko-KR.md
* Update README.ko-KR.md
2022-01-25 09:32:01 +01:00
90addf9b18
Code/README fixes for the "Palindrome Check".
2022-01-23 21:47:57 +01:00
ea28788ed8
added palindromeCheck ( #806 )
...
* added readme
* added readme
* adding palindromeCheck
* adjusted README
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-23 21:42:43 +01:00
b4b511005b
Update README.pl-PL.md ( #785 )
...
Typo fix
2022-01-23 21:36:02 +01:00
396f5b8feb
Fixes README.pt-BR.md ( #787 )
...
General formatting and translation fixes
2022-01-23 21:34:08 +01:00
7d13e6863a
README fixes.
2022-01-22 10:50:33 +01:00
80d2f508d3
Update README.tr-TR.md ( #789 )
...
Fix a typo
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:49:30 +01:00
236379b04c
Fixed: Translation Typo Error ( #796 )
...
This pull request aims at closing the issue #765 by fixing the typo in the translation.
Specifically,
Get Bit and Clear Bit, there should be AND operation (&), but not ADD operation (+)
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:48:15 +01:00
457b16a5c9
Add Korean translation for data-structures/stack ( #797 )
2022-01-22 10:44:22 +01:00
e844a2f894
Update README.zh-CN.md ( #804 )
...
* Update README.zh-CN.md
双向链表的删除部分,逻辑修改
* Update README.zh-CN.md
2022-01-22 10:43:11 +01:00
9671b0c4b9
Linked List -- PT-BR ( #805 )
...
- typos
- reformulação de "This structure allows for efficient insertion or removal of elements from any position in the sequence during iteration."
- "vinculadas" a "encadeadas" pra manter o mesmo termo do título
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:42:36 +01:00
6cd19c9569
Typo in README.id-ID.md ( #808 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:37:23 +01:00
d80486f1c6
issue #631 solved ( #809 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:35:06 +01:00
8c433f9b5d
Update main README.ru-RU, add README.ru-RU for cryptography/caesar-cipher ( #810 )
...
* Update main README.ru-RU
* Add README.ru-RU for cryptography/caesar-cipher
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:25:59 +01:00
dd3cbe1bfd
Add Chinese Translation ( #815 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:21:37 +01:00