Commit Graph

8957 Commits

Author SHA1 Message Date
Isabelle Viktoria Maciohsek
31faa2ee2b Update kMeans.md 2020-12-29 12:48:04 +02:00
Isabelle Viktoria Maciohsek
856703a41f Update gcd.md 2020-12-29 12:36:50 +02:00
Isabelle Viktoria Maciohsek
2ddddfe794 Update cartesianProduct.md 2020-12-29 12:31:43 +02:00
Isabelle Viktoria Maciohsek
c6cc0cb2b7 Update caesarCipher.md 2020-12-29 12:29:21 +02:00
Isabelle Viktoria Maciohsek
b8f032cc28 Update bucketSort.md 2020-12-29 12:22:44 +02:00
Isabelle Viktoria Maciohsek
443b97a4ca Update bubbleSort.md 2020-12-29 12:18:58 +02:00
Chalarangelo
3d6dc4bf40 Add heapsort 2020-12-28 22:48:09 +02:00
Isabelle Viktoria Maciohsek
fe800d4e02 Add bucketSort 2020-12-28 22:11:56 +02:00
Chalarangelo
d93e725f1f Add insertionSort 2020-12-28 21:53:53 +02:00
Isabelle Viktoria Maciohsek
dfd3ebd398 Add cartesianProduct 2020-12-28 20:23:47 +02:00
Isabelle Viktoria Maciohsek
33f3c8c83c Add caesarCipher 2020-12-28 20:10:18 +02:00
Angelos Chalaris
27bae0477f Merge pull request #211 from HyunSeob/patch-1
Just fix mistyped text
2020-12-28 18:00:27 +02:00
HyunSeob
1d0ed1f192 Just fix mistyped text 2020-12-29 00:05:28 +09:00
Chalarangelo
ebfc68e221 Add kNearestNeighbors 2020-12-28 16:31:43 +02:00
Chalarangelo
4c7b530364 Add kMeans 2020-12-28 15:38:40 +02:00
Chalarangelo
f1e7ea5116 Tag algorithmic snippets 2020-12-28 13:49:44 +02:00
Chalarangelo
487884e094 Add euclideanDistance 2020-12-28 13:49:44 +02:00
Isabelle Viktoria Maciohsek
414e374ab4 Add primeFactors 2020-12-28 13:49:44 +02:00
Chalarangelo
720d7a8f1c Add binarySearech 2020-12-28 13:49:44 +02:00
Isabelle Viktoria Maciohsek
40c919330e Add linearSearch 2020-12-28 13:49:44 +02:00
Isabelle Viktoria Maciohsek
cba3aa6755 Add mergeSortedArrays 2020-12-28 13:49:44 +02:00
Isabelle Viktoria Maciohsek
8688d810f8 Add mergesort 2020-12-28 13:49:44 +02:00
Chalarangelo
8e722c5cab Add selectionSort 2020-12-28 13:49:44 +02:00
Isabelle Viktoria Maciohsek
67593d59bc Add quicksort 2020-12-28 13:49:44 +02:00
Isabelle Viktoria Maciohsek
5c30fac74f Add bubble sort 2020-12-28 13:49:44 +02:00
Chalarangelo
986bb8ea89 Add Levenshtein distance 2020-12-28 13:49:44 +02:00
Sujit Singh
a7309e5754 Removed covertArrayTo2DMatrix 2020-12-24 19:45:14 +05:30
Sujit Singh
beb6930e2b Added snippet for getDifferenceInSeconds 2020-12-24 19:42:30 +05:30
Angelos Chalaris
260718bb3d Merge pull request #419 from timgates42/bugfix_typo_numbers
docs: fix simple typo, noumbers -> numbers
2020-12-24 15:33:47 +02:00
Tim Gates
3494adc4b3 docs: fix simple typo, noumbers -> numbers
There is a small typo in snippets/weighted_average.md.

Should read `numbers` rather than `noumbers`.
2020-12-25 00:00:53 +11:00
Sujit Singh
4e22f9cb9a Added snippet for isAlphabetOnly 2020-12-24 13:20:27 +05:30
Isabelle Viktoria Maciohsek
85dd2de7a9 Update toKebabCase.md 2020-12-16 13:42:27 +02:00
Isabelle Viktoria Maciohsek
f6daeaada0 Merge pull request #10 from nick-w-nick/spelling-fixes
Fixing spelling errors across multiple snippets
2020-12-11 19:12:19 +02:00
nick-w-nick
b3a3316881 fixed typos on contributing guide 2020-12-10 16:00:12 -05:00
nick-w-nick
431411034e additional spelling fixes 2020-12-10 15:59:02 -05:00
nick-w-nick
dc2da8d631 fixed numerous spelling errors 2020-12-10 15:50:43 -05:00
Angelos Chalaris
f444ea8a89 Add usePersistedState 2020-11-29 14:16:36 +02:00
Angelos Chalaris
5ee644b40d Merge pull request #102 from vinamelody/unload
Add useUnload
2020-11-29 12:45:52 +02:00
Angelos Chalaris
ebd01b4926 Update useUnload.md 2020-11-29 12:45:42 +02:00
Angelos Chalaris
272a6f12dc Add is ISOString 2020-11-29 12:16:43 +02:00
Angelos Chalaris
959c114b0e Update takeWhile snippets
Add takeUntil snippets
2020-11-29 12:04:53 +02:00
Angelos Chalaris
88380b54ad Merge pull request #1701 from cchandurkar/patch-1
Update takeWhile.md
2020-11-29 11:23:24 +02:00
Angelos Chalaris
e56f346184 Update takeWhile.md 2020-11-29 11:23:01 +02:00
riddhi-27
5038db3db8 Add Minutes To Given Date Time or Date Only (#1627)
Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-11-28 19:27:46 +02:00
Angelos Chalaris
2136fa79ce Update addDaysToDate.md 2020-11-28 19:18:29 +02:00
ANHzF
f7f56ec74d feat: add compactObject snippet (#1670)
Add compactObject snippet
Co-authored-by: Anhzf <36941633+Epiclygend@users.noreply.github.com>
Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-11-27 13:57:41 +02:00
Angelos Chalaris
d6717bb6ad Add dark mode favicon guide 2020-11-27 13:25:30 +02:00
Angelos Chalaris
075e51fcba Merge pull request #100 from azanbinzahid/patch-1
Create Callto.md
2020-11-27 09:45:53 +02:00
Angelos Chalaris
9613280f22 Update Callto.md 2020-11-27 09:45:40 +02:00
Angelos Chalaris
91ffb26962 Add useToggler snippet 2020-11-27 09:41:31 +02:00