Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dilane3/javascript-algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 815daef
Choose a base ref
...
head repository: trekhleb/javascript-algorithms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e40a67b
Choose a head ref

Commits on Jan 25, 2022

  1. Add Korean translation for data-structures Hash Table & Heap (trekhl…

    …eb#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
    kimzerovirus authored Jan 25, 2022
    Copy the full SHA
    42c6718 View commit details
  2. Copy the full SHA
    6d81951 View commit details
  3. Grammar change and "Block " to "Jump" (trekhleb#780)

    * Grammar change and "Block " to "Jump" 
    
    ジャンプ is jump in katakana
    
    * Update README.ja-JP.md
    
    * Update README.ja-JP.md
    kyong4 authored Jan 25, 2022
    Copy the full SHA
    cc26b93 View commit details
  4. Updating a typo in " Get bit" section (trekhleb#777)

    typo- ADD-> AND operation
    Suman-kumar23 authored Jan 25, 2022
    Copy the full SHA
    40c54d8 View commit details
  5. fix typos (trekhleb#773)

    OscarRG authored Jan 25, 2022
    Copy the full SHA
    ae91537 View commit details
  6. Copy the full SHA
    5dc1708 View commit details
  7. fix typos (trekhleb#771)

    OscarRG authored Jan 25, 2022
    Copy the full SHA
    c29b12e View commit details
  8. Copy the full SHA
    5a83ecc View commit details
  9. Add Korean translation (trekhleb#767)

    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    iwaskorean and trekhleb authored Jan 25, 2022
    Copy the full SHA
    d11f7fa View commit details
  10. Add Korean translation (trekhleb#752)

    * Add Korean translation
    
    * Add link to Korean translation in Queue README.
    iwaskorean authored Jan 25, 2022
    Copy the full SHA
    d0c359e View commit details
  11. Fex READMEs.

    trekhleb committed Jan 25, 2022
    Copy the full SHA
    5b64117 View commit details

Commits on Jan 26, 2022

  1. feat: add linkedList insert method (trekhleb#774)

    Co-authored-by: byj <youjia.bi@weimob.com>
    qiugu and byj authored Jan 26, 2022
    Copy the full SHA
    7f7e4ea View commit details
  2. [ID] Minor Improvements (trekhleb#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>
    fzn0x and trekhleb authored Jan 26, 2022
    Copy the full SHA
    00887c2 View commit details
  3. Factorial turkish readme (trekhleb#740)

    * added turkish readme for factorial
    
    * Added redirect link to Turkish document.
    muhammederdinc authored Jan 26, 2022
    Copy the full SHA
    c1b2e89 View commit details
  4. Linked list turkish readme (trekhleb#739)

    * added README.tr-TR.md for linked-list
    
    * added gap
    
    * linked list description edited.
    muhammederdinc authored Jan 26, 2022
    Copy the full SHA
    aa0f47e View commit details
  5. Copy the full SHA
    2a49b70 View commit details
  6. Fix lint issue.

    trekhleb committed Jan 26, 2022
    Copy the full SHA
    9ca459f View commit details
  7. Copy the full SHA
    1216d00 View commit details
  8. Copy the full SHA
    7ef78c4 View commit details

Commits on Jan 27, 2022

  1. Created Quicksort documentation in pt-BR (trekhleb#735)

    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    rafaelbpa and trekhleb authored Jan 27, 2022
    Copy the full SHA
    8064915 View commit details
  2. Copy the full SHA
    c2e5b3d View commit details
  3. Fix a typo in linked list's "ru" readme (trekhleb#723)

    Deletion time complexity from O(1) to O(n)
    tusba authored Jan 27, 2022
    Copy the full SHA
    d581548 View commit details
  4. Copy the full SHA
    1c4e028 View commit details
  5. Fixing typos in Linked List README.es-ES.md (trekhleb#710)

    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    aldosalasrdz and trekhleb authored Jan 27, 2022
    Copy the full SHA
    d227646 View commit details
  6. Copy the full SHA
    8e8f28f View commit details
  7. Copy the full SHA
    f0ec139 View commit details
  8. Copy the full SHA
    9083fe1 View commit details
  9. Copy the full SHA
    b816825 View commit details
  10. Add Vietnamese translation (trekhleb#667)

    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    tracy2811 and trekhleb authored Jan 27, 2022
    Copy the full SHA
    945e7c3 View commit details
  11. Update breadthFirstSearch.js (trekhleb#666)

    fix comment
    perry2008084 authored Jan 27, 2022
    Copy the full SHA
    61f2d19 View commit details
  12. Copy the full SHA
    ef50238 View commit details
  13. Copy the full SHA
    8bd329d View commit details
  14. Copy the full SHA
    47d5c8f View commit details
  15. Copy the full SHA
    82680c0 View commit details
  16. Change Copy Write to 2021 (trekhleb#652)

    Change Copy Write to 2021 from 2018.
    MrBrain295 authored Jan 27, 2022
    Copy the full SHA
    6778625 View commit details
  17. Add Korean translation. (trekhleb#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>
    3 people authored Jan 27, 2022
    Copy the full SHA
    3fa1967 View commit details
  18. Copy the full SHA
    cadee14 View commit details
  19. fix error (trekhleb#637)

    bqio authored Jan 27, 2022
    Copy the full SHA
    3038c77 View commit details
  20. Update README.es-ES.md (trekhleb#628)

    Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
    DoxtorDoz and trekhleb authored Jan 27, 2022
    Copy the full SHA
    8d0f300 View commit details
  21. French translation for module "Graph" (trekhleb#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)
    lucas-deangelis authored Jan 27, 2022
    Copy the full SHA
    0006350 View commit details
  22. Add merge sort document in Korean (trekhleb#632)

    * Add merge sort doc in Korean
    
    * Update README.md
    dasol-seo authored Jan 27, 2022
    Copy the full SHA
    294eb3c View commit details
  23. Some text fixes.

    trekhleb committed Jan 27, 2022
    Copy the full SHA
    819f38f View commit details

Commits on Feb 4, 2022

  1. Copy the full SHA
    82f0b5e View commit details
  2. Copy the full SHA
    7a37a6b View commit details

Commits on Mar 1, 2022

  1. Help Ukraine

    trekhleb committed Mar 1, 2022
    Copy the full SHA
    c893884 View commit details
  2. Help Ukraine

    trekhleb committed Mar 1, 2022
    Copy the full SHA
    b2427d0 View commit details

Commits on Mar 12, 2022

  1. Update README.md

    trekhleb authored Mar 12, 2022
    Copy the full SHA
    cd34b52 View commit details
  2. Update README.md

    trekhleb authored Mar 12, 2022
    Copy the full SHA
    cb7afe1 View commit details

Commits on Jul 2, 2022

  1. Update README.md

    trekhleb authored Jul 2, 2022
    Copy the full SHA
    28b4322 View commit details

Commits on Jul 24, 2022

  1. Update Queue images.

    trekhleb committed Jul 24, 2022
    Copy the full SHA
    5a28fef View commit details
Showing with 16,721 additions and 3,344 deletions.
  1. +1 −0 .editorconfig
  2. +2 −1 .eslintrc
  3. +1 −1 .github/workflows/CI.yml
  4. +1 −1 .npmrc
  5. +1 −0 .nvmrc
  6. +18 −0 BACKERS.md
  7. +5 −2 README.ar-AR.md
  8. +3 −1 README.de-DE.md
  9. +7 −4 README.es-ES.md
  10. +4 −1 README.fr-FR.md
  11. +370 −0 README.he-IL.md
  12. +40 −37 README.id-ID.md
  13. +4 −1 README.it-IT.md
  14. +7 −4 README.ja-JP.md
  15. +5 −2 README.ko-KR.md
  16. +53 −27 README.md
  17. +4 −1 README.pl-PL.md
  18. +116 −106 README.pt-BR.md
  19. +5 −2 README.ru-RU.md
  20. +4 −1 README.tr-TR.md
  21. +4 −1 README.uk-UA.md
  22. +359 −0 README.uz-UZ.md
  23. +329 −0 README.vi-VN.md
  24. +5 −2 README.zh-CN.md
  25. +4 −1 README.zh-TW.md
  26. +3 −1 jest.config.js
  27. +11,252 −2,622 package-lock.json
  28. +12 −13 package.json
  29. +2 −2 src/algorithms/graph/breadth-first-search/README.md
  30. +16 −0 src/algorithms/graph/dijkstra/README.ko-KR.md
  31. +3 −0 src/algorithms/graph/dijkstra/README.md
  32. +29 −0 src/algorithms/graph/kruskal/README.ko-KR.md
  33. +3 −0 src/algorithms/graph/kruskal/README.md
  34. +85 −0 src/algorithms/image-processing/seam-carving/__tests__/resizeImageWidth.node.js
  35. +0 −91 src/algorithms/image-processing/seam-carving/__tests__/resizeImageWidth.test.js
  36. BIN src/algorithms/image-processing/seam-carving/__tests__/test-image-after.jpg
  37. BIN src/algorithms/image-processing/seam-carving/__tests__/test-image-after.png
  38. BIN src/algorithms/image-processing/seam-carving/__tests__/test-image-before.jpg
  39. BIN src/algorithms/image-processing/seam-carving/__tests__/test-image-before.png
  40. +2 −1 src/algorithms/linked-list/reverse-traversal/README.md
  41. +23 −0 src/algorithms/linked-list/reverse-traversal/README.pt-BR.md
  42. +2 −1 src/algorithms/linked-list/traversal/README.md
  43. +24 −0 src/algorithms/linked-list/traversal/README.pt-BR.md
  44. +32 −0 src/algorithms/math/factorial/README.ka-GE.md
  45. +1 −1 src/algorithms/math/factorial/README.md
  46. +38 −0 src/algorithms/math/factorial/README.tr-TR.md
  47. +33 −0 src/algorithms/math/factorial/README.uk-UA.md
  48. +2 −1 src/algorithms/math/fibonacci/README.fr-FR.md
  49. +20 −0 src/algorithms/math/fibonacci/README.ka-GE.md
  50. +2 −1 src/algorithms/math/fibonacci/README.md
  51. +2 −1 src/algorithms/math/fibonacci/README.zh-CN.md
  52. +8 −0 src/algorithms/ml/k-means/README.md
  53. +35 −0 src/algorithms/ml/k-means/README.pt-BR.md
  54. +3 −0 src/algorithms/ml/knn/README.md
  55. +44 −0 src/algorithms/ml/knn/README.pt-BR.md
  56. +27 −0 src/algorithms/search/binary-search/README.es-ES.md
  57. +12 −8 src/algorithms/search/binary-search/README.md
  58. +23 −0 src/algorithms/search/binary-search/README.pt-BR.md
  59. +1 −1 src/algorithms/search/binary-search/binarySearch.js
  60. +4 −0 src/algorithms/search/linear-search/README.md
  61. +19 −0 src/algorithms/search/linear-search/README.pt-BR.md
  62. +15 −17 src/algorithms/sets/combinations/README.md
  63. BIN src/algorithms/sets/combinations/images/combinations-overview.jpg
  64. BIN src/algorithms/sets/combinations/images/combinations-with-repetitions.jpg
  65. BIN src/algorithms/sets/combinations/images/combinations-without-repetitions.jpg
  66. BIN src/algorithms/sets/combinations/images/overview.png
  67. +17 −0 src/algorithms/sets/longest-common-subsequence/__test__/longestCommonSubsequenceRecursive.test.js
  68. +36 −0 src/algorithms/sets/longest-common-subsequence/longestCommonSubsequenceRecursive.js
  69. +12 −5 src/algorithms/sets/maximum-subarray/README.md
  70. +1 −1 src/algorithms/sets/maximum-subarray/__test__/bfMaximumSubarray.test.js
  71. +16 −0 src/algorithms/sets/maximum-subarray/__test__/dcMaximumSubarraySum.test.js
  72. +1 −1 src/algorithms/sets/maximum-subarray/__test__/dpMaximumSubarray.test.js
  73. +33 −0 src/algorithms/sets/maximum-subarray/dcMaximumSubarraySum.js
  74. +10 −12 src/algorithms/sets/permutations/README.md
  75. BIN src/algorithms/sets/permutations/images/overview.png
  76. BIN src/algorithms/sets/permutations/images/permutations-overview.jpeg
  77. BIN src/algorithms/sets/permutations/images/permutations-with-repetitions.jpg
  78. BIN src/algorithms/sets/permutations/images/permutations-without-repetitions.jpg
  79. +49 −11 src/algorithms/sets/power-set/README.md
  80. +28 −0 src/algorithms/sets/power-set/__test__/caPowerSet.test.js
  81. +37 −0 src/algorithms/sets/power-set/caPowerSet.js
  82. +7 −4 src/algorithms/sorting/bubble-sort/README.pt-BR.md
  83. +46 −0 src/algorithms/sorting/bucket-sort/BucketSort.js
  84. +35 −0 src/algorithms/sorting/bucket-sort/README.md
  85. +33 −0 src/algorithms/sorting/bucket-sort/__test__/BucketSort.test.js
  86. BIN src/algorithms/sorting/bucket-sort/images/bucket_sort_1.png
  87. BIN src/algorithms/sorting/bucket-sort/images/bucket_sort_2.png
  88. +3 −0 src/algorithms/sorting/counting-sort/README.md
  89. +70 −0 src/algorithms/sorting/counting-sort/README.pt-br.md
  90. +3 −0 src/algorithms/sorting/heap-sort/README.md
  91. +20 −0 src/algorithms/sorting/heap-sort/README.pt-BR.md
  92. +3 −0 src/algorithms/sorting/insertion-sort/README.md
  93. +22 −0 src/algorithms/sorting/insertion-sort/README.pt-BR.md
  94. +22 −0 src/algorithms/sorting/merge-sort/README.ko-KR.md
  95. +16 −12 src/algorithms/sorting/merge-sort/README.md
  96. +38 −0 src/algorithms/sorting/merge-sort/README.pt-BR.md
  97. +1 −1 src/algorithms/sorting/quick-sort/QuickSortInPlace.js
  98. +4 −0 src/algorithms/sorting/quick-sort/README.md
  99. +39 −0 src/algorithms/sorting/quick-sort/README.pt-BR.md
  100. +27 −0 src/algorithms/sorting/quick-sort/README.zh-CN.md
  101. +22 −19 src/algorithms/sorting/radix-sort/README.md
  102. +48 −0 src/algorithms/sorting/radix-sort/README.pt-BR.md
  103. BIN src/algorithms/sorting/radix-sort/images/radix-sort.png
  104. +3 −0 src/algorithms/sorting/selection-sort/README.md
  105. +20 −0 src/algorithms/sorting/selection-sort/README.pt-BR.md
  106. +3 −0 src/algorithms/sorting/shell-sort/README.md
  107. +60 −0 src/algorithms/sorting/shell-sort/README.pt-BR.md
  108. +44 −0 src/algorithms/stack/valid-parentheses/README.md
  109. +23 −0 src/algorithms/stack/valid-parentheses/__test__/validParentheses.test.js
  110. +42 −0 src/algorithms/stack/valid-parentheses/validParentheses.js
  111. +2 −0 src/algorithms/string/longest-common-substring/__test__/longestCommonSubstring.test.js
  112. +2 −0 src/algorithms/string/longest-common-substring/longestCommonSubstring.js
  113. +3 −3 src/algorithms/tree/breadth-first-search/breadthFirstSearch.js
  114. +1 −1 src/algorithms/uncategorized/best-time-to-buy-sell-stocks/README.md
  115. +1 −1 src/algorithms/uncategorized/n-queens/README.md
  116. +20 −19 src/data-structures/bloom-filter/README.md
  117. +2 −2 src/data-structures/bloom-filter/README.pt-BR.md
  118. +54 −0 src/data-structures/bloom-filter/README.uk-UA.md
  119. +78 −0 src/data-structures/disjoint-set/DisjointSetAdhoc.js
  120. +13 −8 src/data-structures/disjoint-set/README.md
  121. +5 −5 src/data-structures/disjoint-set/README.pt-BR.md
  122. +22 −0 src/data-structures/disjoint-set/README.uk-UA.md
  123. +50 −0 src/data-structures/disjoint-set/__test__/DisjointSetAdhoc.test.js
  124. +8 −6 src/data-structures/doubly-linked-list/README.es-ES.md
  125. +6 −4 src/data-structures/doubly-linked-list/README.ja-JP.md
  126. +6 −4 src/data-structures/doubly-linked-list/README.ko-KR.md
  127. +7 −4 src/data-structures/doubly-linked-list/README.md
  128. +9 −7 src/data-structures/doubly-linked-list/README.pt-BR.md
  129. +11 −9 src/data-structures/doubly-linked-list/README.ru-RU.md
  130. +109 −0 src/data-structures/doubly-linked-list/README.uk-UA.md
  131. +6 −4 src/data-structures/doubly-linked-list/README.zh-CN.md
  132. BIN src/data-structures/doubly-linked-list/images/doubly-linked-list.jpeg
  133. +25 −0 src/data-structures/graph/README.fr-FR.md
  134. +18 −13 src/data-structures/graph/README.md
  135. +3 −1 src/data-structures/graph/README.pt-BR.md
  136. +4 −2 src/data-structures/graph/README.ru-RU.md
  137. +24 −0 src/data-structures/graph/README.uk-UA.md
  138. +2 −2 src/data-structures/graph/README.zh-CN.md
  139. BIN src/data-structures/graph/images/graph.jpeg
  140. +4 −2 src/data-structures/hash-table/README.fr-FR.md
  141. +5 −3 src/data-structures/hash-table/README.ja-JP.md
  142. +27 −0 src/data-structures/hash-table/README.ko-KR.md
  143. +16 −12 src/data-structures/hash-table/README.md
  144. +6 −4 src/data-structures/hash-table/README.pt-BR.md
  145. +7 −3 src/data-structures/hash-table/README.ru-RU.md
  146. +29 −0 src/data-structures/hash-table/README.uk-UA.md
  147. +8 −4 src/data-structures/hash-table/README.zh-CN.md
  148. BIN src/data-structures/hash-table/images/collision-resolution.jpeg
  149. BIN src/data-structures/hash-table/images/hash-table.jpeg
  150. +1 −1 src/data-structures/heap/Heap.js
  151. +115 −0 src/data-structures/heap/MaxHeapAdhoc.js
  152. +117 −0 src/data-structures/heap/MinHeapAdhoc.js
  153. +6 −2 src/data-structures/heap/README.fr-FR.md
  154. +6 −2 src/data-structures/heap/README.ja-JP.md
  155. +23 −0 src/data-structures/heap/README.ko-KR.md
  156. +42 −5 src/data-structures/heap/README.md
  157. +6 −2 src/data-structures/heap/README.pt-BR.md
  158. +6 −2 src/data-structures/heap/README.ru-RU.md
  159. +8 −4 src/data-structures/heap/README.tr-TR.md
  160. +25 −0 src/data-structures/heap/README.uk-UA.md
  161. +23 −19 src/data-structures/heap/README.zh-CN.md
  162. +91 −0 src/data-structures/heap/__test__/MaxHeapAdhoc.test.js
  163. +91 −0 src/data-structures/heap/__test__/MinHeapAdhoc.test.js
  164. BIN src/data-structures/heap/images/array-representation.jpeg
  165. BIN src/data-structures/heap/images/max-heap.jpeg
  166. BIN src/data-structures/heap/images/min-heap.jpeg
  167. +34 −0 src/data-structures/linked-list/LinkedList.js
  168. +21 −19 src/data-structures/linked-list/README.es-ES.md
  169. +4 −2 src/data-structures/linked-list/README.ja-JP.md
  170. +4 −2 src/data-structures/linked-list/README.ko-KR.md
  171. +5 −1 src/data-structures/linked-list/README.md
  172. +3 −1 src/data-structures/linked-list/README.pt-BR.md
  173. +5 −3 src/data-structures/linked-list/README.ru-RU.md
  174. +161 −0 src/data-structures/linked-list/README.tr-TR.md
  175. +147 −0 src/data-structures/linked-list/README.uk-UA.md
  176. +155 −0 src/data-structures/linked-list/README.vi-VN.md
  177. +5 −3 src/data-structures/linked-list/README.zh-CN.md
  178. +16 −1 src/data-structures/linked-list/__test__/LinkedList.test.js
  179. BIN src/data-structures/linked-list/images/linked-list.jpeg
  180. +153 −0 src/data-structures/lru-cache/LRUCache.js
  181. +53 −0 src/data-structures/lru-cache/LRUCacheOnMap.js
  182. +51 −0 src/data-structures/lru-cache/README.ko-KR.md
  183. +54 −0 src/data-structures/lru-cache/README.md
  184. +150 −0 src/data-structures/lru-cache/__test__/LRUCache.test.js
  185. +148 −0 src/data-structures/lru-cache/__test__/LRUCacheOnMap.test.js
  186. BIN src/data-structures/lru-cache/images/lru-cache.jpg
  187. +12 −0 src/data-structures/priority-queue/README.ko-KR.md
  188. +11 −9 src/data-structures/priority-queue/README.md
  189. +4 −4 src/data-structures/priority-queue/README.pt-BR.md
  190. +21 −0 src/data-structures/priority-queue/README.uk-UA.md
  191. +1 −1 src/data-structures/queue/Queue.js
  192. +3 −1 src/data-structures/queue/README.fr-FR.md
  193. +3 −1 src/data-structures/queue/README.ja-JP.md
  194. +23 −0 src/data-structures/queue/README.ko-KR.md
  195. +20 −16 src/data-structures/queue/README.md
  196. +3 −1 src/data-structures/queue/README.pt-BR.md
  197. +5 −3 src/data-structures/queue/README.ru-RU.md
  198. +21 −0 src/data-structures/queue/README.uk-UA.md
  199. +22 −0 src/data-structures/queue/README.vi-VN.md
  200. +3 −1 src/data-structures/queue/README.zh-CN.md
  201. BIN src/data-structures/queue/images/queue.jpeg
  202. +3 −1 src/data-structures/stack/README.fr-FR.md
  203. +3 −1 src/data-structures/stack/README.ja-JP.md
  204. +3 −1 src/data-structures/stack/README.ko-KR.md
  205. +13 −10 src/data-structures/stack/README.md
  206. +7 −5 src/data-structures/stack/README.pt-BR.md
  207. +4 −2 src/data-structures/stack/README.ru-RU.md
  208. +25 −0 src/data-structures/stack/README.uk-UA.md
  209. +27 −0 src/data-structures/stack/README.vi-VN.md
  210. +3 −1 src/data-structures/stack/README.zh-CN.md
  211. BIN src/data-structures/stack/images/stack.jpeg
  212. BIN src/data-structures/stack/images/stack.jpg
  213. +13 −11 src/data-structures/tree/README.md
  214. +4 −2 src/data-structures/tree/README.pt-BR.md
  215. +4 −2 src/data-structures/tree/README.zh-CN.md
  216. +29 −27 src/data-structures/tree/binary-search-tree/README.md
  217. +10 −9 src/data-structures/tree/binary-search-tree/README.pt-BR.md
  218. BIN src/data-structures/tree/binary-search-tree/images/binary-search-tree.jpg
  219. BIN src/data-structures/tree/images/tree.jpeg
  220. +19 −0 src/data-structures/trie/README.ko-KO.md
  221. +17 −13 src/data-structures/trie/README.md
  222. +6 −4 src/data-structures/trie/README.pt-BR.md
  223. +3 −1 src/data-structures/trie/README.ru-RU.md
  224. +27 −0 src/data-structures/trie/README.uk-UA.md
  225. +4 −2 src/data-structures/trie/README.zh-CN.md
  226. BIN src/data-structures/trie/images/trie.jpg
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -8,3 +8,4 @@ charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
quote_type = single
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -12,9 +12,10 @@
"arrow-body-style": "off",
"no-loop-func": "off"
},
"ignorePatterns": ["*.md", "*.png", "*.jpeg", "*.jpg"],
"settings": {
"react": {
"version": "latest"
"version": "18.2.0"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x ]
node-version: [ 16.x ]

steps:
- name: Checkout repository
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
engine-strict=false
engine-strict=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.15.0
18 changes: 18 additions & 0 deletions BACKERS.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,24 @@

`null`

<!--
<table>
<tr>
<td align="center">
<a href="[PROFILE_URL]">
<img
src="[PROFILE_IMG_SRC]"
width="50"
height="50"
/>
</a>
<br />
<a href="[PROFILE_URL]">[PROFILE_NAME]</a>
</td>
</tr>
</table>
-->

<!--
<ul>
<li>
7 changes: 5 additions & 2 deletions README.ar-AR.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms)
[![codecov](https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/trekhleb/javascript-algorithms)

تحتوي هذا مقالة على أمثلة عديدة تستند إلى الخوارزميات الشائعة وهياكل البيانات في الجافا سكريبت.
تحتوي هذه المقالة على أمثلة عديدة تستند إلى الخوارزميات الشائعة وهياكل البيانات في الجافا سكريبت.

كل خوارزمية وهياكل البيانات لها برنامج README منفصل خاص بها
مع التفسيرات والروابط ذات الصلة لمزيد من القراءة (بما في ذلك تلك
@@ -22,7 +22,10 @@ _اقرأ هذا في لغات أخرى:_
[_Русский_](README.ru-RU.md),
[_Türk_](README.tr-TR.md),
[_Italiana_](README.it-IT.md),
[_Deutsch_](README.de-DE.md)
[_Tiếng Việt_](README.vi-VN.md),
[_Deutsch_](README.de-DE.md),
[_Uzbek_](README.uz-UZ.md)
[_עברית_](README.he-IL.md)

☝ ملاحضة هذا المشروع مخصص للاستخدام لأغراض التعلم والبحث
فقط ، و ** ليست ** معدة للاستخدام في **الإنتاج**
4 changes: 3 additions & 1 deletion README.de-DE.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,9 @@ _Lies dies in anderen Sprachen:_
[_Italiana_](README.it-IT.md),
[_Bahasa Indonesia_](README.id-ID.md),
[_Українська_](README.uk-UA.md),
[_Arabic_](README.ar-AR.md)
[_Arabic_](README.ar-AR.md),
[_Uzbek_](README.uz-UZ.md)
[_עברית_](README.he-IL.md)

_☝ Beachte, dass dieses Projekt nur für Lern- und Forschungszwecke gedacht ist und **nicht** für den produktiven Einsatz verwendet werden soll_

11 changes: 7 additions & 4 deletions README.es-ES.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,10 @@ _Léelo en otros idiomas:_
[_Bahasa Indonesia_](README.id-ID.md),
[_Українська_](README.uk-UA.md),
[_Arabic_](README.ar-AR.md),
[_Deutsch_](README.de-DE.md)
[_Tiếng Việt_](README.vi-VN.md),
[_Deutsch_](README.de-DE.md),
[_Uzbek_](README.uz-UZ.md)
[_עברית_](README.he-IL.md)

*☝ Nótese que este proyecto está pensado con fines de aprendizaje e investigación,
y **no** para ser usado en producción.*
@@ -68,7 +71,7 @@ definen con precisión una secuencia de operaciones.
* **Matemáticas**
* `P` [Manipulación de bits](src/algorithms/math/bits) - asignar/obtener/actualizar/limpiar bits, multiplicación/división por dos, hacer negativo, etc.
* `P` [Factorial](src/algorithms/math/factorial)
* `P` [Número de Fibonacci](src/algorithms/math/fibonacci)
* `P` [Sucesión de Fibonacci](src/algorithms/math/fibonacci)
* `P` [Prueba de primalidad](src/algorithms/math/primality-test) (método de división de prueba)
* `P` [Algoritmo de Euclides](src/algorithms/math/euclidean-algorithm) - calcular el Máximo común divisor (MCD)
* `P` [Mínimo común múltiplo](src/algorithms/math/least-common-multiple) (MCM)
@@ -164,7 +167,7 @@ Es una abstracción superior a la noción de algoritmo, del mismo modo que un al
* `P` [Juego de los saltos](src/algorithms/uncategorized/jump-game)
* `A` [Problema de la mochila sin límite](src/algorithms/sets/knapsack-problem)
* `A` [Algoritmo de Dijkstra](src/algorithms/graph/dijkstra) - encontrar los caminos más cortos a todos los vértices del grafo desde un solo vértice
* `A` [Algortimo de Prim](src/algorithms/graph/prim) - encontrar el árbol de cubrimiento mínimo (MST) para un grafo no dirigido ponderado
* `A` [Algoritmo de Prim](src/algorithms/graph/prim) - encontrar el árbol de cubrimiento mínimo (MST) para un grafo no dirigido ponderado
* `A` [Algoritmo de Kruskal](src/algorithms/graph/kruskal) - encontrar el árbol de cubrimiento mínimo (MST) para un grafo no dirigido ponderado
* **Divide y Vencerás** - divide el problema en partes más pequeñas y luego resuelve esas partes
* `P` [Búsqueda binaria](src/algorithms/search/binary-search)
@@ -246,7 +249,7 @@ npm test -- 'playground'

## Información útil

### Refrencias
### Referencias

[▶ Estructuras de datos y algoritmos en YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)

5 changes: 4 additions & 1 deletion README.fr-FR.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,10 @@ _Lisez ceci dans d'autres langues:_
[_Bahasa Indonesia_](README.id-ID.md),
[_Українська_](README.uk-UA.md),
[_Arabic_](README.ar-AR.md),
[_Deutsch_](README.de-DE.md)
[_Tiếng Việt_](README.vi-VN.md),
[_Deutsch_](README.de-DE.md),
[_Uzbek_](README.uz-UZ.md)
[_עברית_](README.he-IL.md)

## Data Structures

Loading