18fcead0dc
Update Hash Table image.
2022-08-11 17:26:11 +02:00
ac31c913b2
Update Graph image.
2022-08-11 16:34:05 +02:00
3d2cfb99b7
Do
2022-07-29 21:47:38 +02:00
b7017ede98
Update Tree image.
2022-07-27 18:25:52 +02:00
ceb6c858c7
Update image for the Doubly Linked List.
2022-07-26 20:59:47 +02:00
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
fc47fff089
Update Queue images.
2022-07-26 07:26:21 +02:00
c5c795a7f0
Update Stack images.
2022-07-24 18:27:23 +02:00
10b79ee1d7
Update Stack images.
2022-07-24 18:18:53 +02:00
58491c74c9
Update Queue images.
2022-07-24 17:53:46 +02:00
6a99b2075d
Merge branch 'master' of https://github.com/trekhleb/javascript-algorithms
2022-07-24 17:50:33 +02:00
5a28fef1a7
Update Queue images.
2022-07-24 17:49:21 +02:00
28b43226a4
Update README.md
2022-07-02 17:50:13 +02:00
cb7afe18ef
Update README.md
2022-03-12 17:46:09 +01:00
cd34b52e22
Update README.md
2022-03-12 17:45:45 +01:00
b2427d0e18
Help Ukraine
2022-03-01 18:31:32 +01:00
c89388445e
Help Ukraine
2022-03-01 18:26:25 +01:00
7a37a6b86e
Add more followup links for Max Subarray problem.
2022-02-04 08:57:25 +01:00
82f0b5edf0
Add a Divide and Conquer version of the MaxSubArray problem.
2022-02-04 08:56:15 +01:00
819f38f792
Some text fixes.
2022-01-27 21:05:22 +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
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
8d0f300aa5
Update README.es-ES.md ( #628 )
...
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-27 21:03:12 +01:00
3038c77a8c
fix error ( #637 )
2022-01-27 21:02:10 +01:00
cadee14053
Fix: spacing word ( #639 )
2022-01-27 21:01:42 +01:00
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