name
13521b2fc4
deploy
2022-08-09 16:17:36 -07:00
Oleksii Trekhleb
3d2cfb99b7
Do
2022-07-29 21:47:38 +02:00
Oleksii Trekhleb
b7017ede98
Update Tree image.
2022-07-27 18:25:52 +02:00
Oleksii Trekhleb
ceb6c858c7
Update image for the Doubly Linked List.
2022-07-26 20:59:47 +02:00
Oleksii Trekhleb
dc65485196
Update images for Linked List, Doubly Linked List, Queue, and Stack. ( #915 )
...
* Update linked list image.
* Update Queue image.
* Update Stack image.
* Update Doubly Linked List image.
2022-07-26 20:54:39 +02:00
Oleksii Trekhleb
fc47fff089
Update Queue images.
2022-07-26 07:26:21 +02:00
Oleksii Trekhleb
c5c795a7f0
Update Stack images.
2022-07-24 18:27:23 +02:00
Oleksii Trekhleb
10b79ee1d7
Update Stack images.
2022-07-24 18:18:53 +02:00
Oleksii Trekhleb
58491c74c9
Update Queue images.
2022-07-24 17:53:46 +02:00
Oleksii Trekhleb
5a28fef1a7
Update Queue images.
2022-07-24 17:49:21 +02:00
Oleksii Trekhleb
7a37a6b86e
Add more followup links for Max Subarray problem.
2022-02-04 08:57:25 +01:00
Oleksii Trekhleb
82f0b5edf0
Add a Divide and Conquer version of the MaxSubArray problem.
2022-02-04 08:56:15 +01:00
서다솔
294eb3c53f
Add merge sort document in Korean ( #632 )
...
* Add merge sort doc in Korean
* Update README.md
2022-01-27 21:04:41 +01:00
Lucas De Angelis
0006350cc7
French translation for module "Graph" ( #634 )
...
The first part of the translation is a direct translation of the
english part. The second is too, although it wasn't done by me
but by wikipedia contributors (the second paragraph of the
English wikipedia introduction is exactly the same as the first
paragraph of the French wikipedia "Description")
Add french version redirection on the README.md. The french
version is placed before the portuguese version to have a
cleaner diff (no trailing commas to edit)
2022-01-27 21:03:48 +01:00
Antonio Gonzalez Capel
8d0f300aa5
Update README.es-ES.md ( #628 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-27 21:03:12 +01:00
DS Park
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
Felipe Veronezi Peters
47d5c8f744
Add pt-BR translation to search/linear-search ( #663 )
2022-01-27 20:56:02 +01:00
Felipe Veronezi Peters
8bd329d5e5
Add pt-BR translation to search/binary-search ( #664 )
2022-01-27 20:55:13 +01:00
Felipe Veronezi Peters
ef50238eba
Add pt-BR translation to sorting/selection-sort ( #665 )
2022-01-27 20:54:40 +01:00
Perry
61f2d192f6
Update breadthFirstSearch.js ( #666 )
...
fix comment
2022-01-27 20:53:42 +01:00
szhou
f0ec1395c1
Update README.zh-CN.md ( #685 )
2022-01-27 20:40:50 +01:00
H2rmone
8e8f28ffcf
Use exist method to be consistent with Stack ( #708 )
2022-01-27 20:36:39 +01:00
Aldo Salas
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
Kim Chan
1c4e02879a
fix: LinkedList test ( #712 )
2022-01-27 20:31:19 +01:00
tusba
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
tusba
c2e5b3d5f1
Fix error in Queue definition from README.ru-RU.md ( #726 )
2022-01-27 09:50:47 +01:00
Rafael Araújo
80649156ea
Created Quicksort documentation in pt-BR ( #735 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-27 09:49:11 +01:00
tusba
7ef78c48aa
Typos in a doubly linked list's "ru" readme ( #724 )
2022-01-26 20:57:01 +01:00
Oleksii Trekhleb
9ca459ff65
Fix lint issue.
2022-01-26 20:50:39 +01:00
Muhammed Erdinç
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
Muhammed Erdinç
c1b2e893ff
Factorial turkish readme ( #740 )
...
* added turkish readme for factorial
* Added redirect link to Turkish document.
2022-01-26 20:35:45 +01:00
qiugu
7f7e4eae3e
feat: add linkedList insert method ( #774 )
...
Co-authored-by: byj <youjia.bi@weimob.com>
2022-01-26 20:29:51 +01:00
Oleksii Trekhleb
5b64117a2c
Fex READMEs.
2022-01-25 17:56:34 +01:00
Sewook Han
d0c359e990
Add Korean translation ( #752 )
...
* Add Korean translation
* Add link to Korean translation in Queue README.
2022-01-25 17:54:01 +01:00
Sewook Han
d11f7fadd6
Add Korean translation ( #767 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-25 17:48:56 +01:00
Anton Kazarinov
5a83ecc00d
fixed spelling error for hash-table (ru) ( #775 )
2022-01-25 10:04:32 +01:00
OscarRG
c29b12ee3b
fix typos ( #771 )
2022-01-25 10:03:19 +01:00
OscarRG
ae915372d9
fix typos ( #773 )
2022-01-25 09:39:11 +01:00
儿时
6d8195154a
Add Chinise Translation ( #842 )
2022-01-25 09:34:17 +01:00
kimzerovirus
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
Oleksii Trekhleb
90addf9b18
Code/README fixes for the "Palindrome Check".
2022-01-23 21:47:57 +01:00
liamlylehr
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
Oleksii Trekhleb
7d13e6863a
README fixes.
2022-01-22 10:50:33 +01:00
Kush Gabani
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
edegil
457b16a5c9
Add Korean translation for data-structures/stack ( #797 )
2022-01-22 10:44:22 +01:00
jackbyebye1024
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
joaojgabriel
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
Samay Sagar
d80486f1c6
issue #631 solved ( #809 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:35:06 +01:00
Kirill Skvortsov
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