Commit Graph

5325 Commits

Author SHA1 Message Date
Chalarangelo
5e4f9c4b53 Add removeElement 2021-01-07 00:20:34 +02:00
Chalarangelo
f676138ab3 Add isPowerOfTen 2021-01-06 22:53:58 +02:00
Chalarangelo
f18f61f5b2 Add nthRoot 2021-01-06 22:47:48 +02:00
Chalarangelo
20253238c8 Add onClickOutside 2021-01-06 13:57:56 +02:00
Angelos Chalaris
0d4bd8638d Update getParentsUntil.md 2021-01-06 13:04:18 +02:00
Chalarangelo
008b06bce5 Add getParentsUntil 2021-01-05 22:47:21 +02:00
Angelos Chalaris
c0860b96ea Update getAncestors.md 2021-01-05 22:45:34 +02:00
Chalarangelo
55eb541f5c Add getVerticalOffset 2021-01-05 22:41:09 +02:00
Chalarangelo
2f217ae700 Unlist snippets 2021-01-04 13:04:15 +02:00
Angelos Chalaris
d5269b2353 Update getBaseURL.md 2021-01-03 20:32:13 +02:00
Angelos Chalaris
057f8aca5d Merge pull request #1716 from sujit510/feature/isAlphabetOnly
Added snippet for isAlphabetOnly
2020-12-31 14:01:57 +02:00
Angelos Chalaris
266185c8ce Update and rename isAlphabetOnly.md to isAlpha.md 2020-12-31 14:01:42 +02:00
Chalarangelo
af7c25a9c5 Add substring count/indexes 2020-12-31 13:58:51 +02:00
Chalarangelo
17c9cf690b Add generatorToArray 2020-12-31 13:22:18 +02:00
Chalarangelo
7a31b979a0 Add storage testers 2020-12-31 13:13:47 +02:00
Chalarangelo
d16697f70c Add walkThrough 2020-12-31 13:03:15 +02:00
Chalarangelo
0e8246002f Add addClass, removeClass snippets 2020-12-30 19:21:15 +02:00
Isabelle Viktoria Maciohsek
1ee4c38c0f Update kMeans.md 2020-12-29 16:32:46 +02:00
Isabelle Viktoria Maciohsek
72740a1163 Update kNearestNeighbors.md 2020-12-29 16:31:16 +02:00
Isabelle Viktoria Maciohsek
d96b0e36d9 Update levenshteinDistance.md 2020-12-29 16:27:50 +02:00
Angelos Chalaris
83d21b8cf2 Merge pull request #1719 from 30-seconds/algos
Algorithmic snippets
2020-12-29 13:07:36 +02:00
Isabelle Viktoria Maciohsek
663fb78277 Update binarySearch.md 2020-12-29 13:06:47 +02:00
Isabelle Viktoria Maciohsek
3e1e383386 Update selectionSort.md 2020-12-29 13:04:24 +02:00
Isabelle Viktoria Maciohsek
3b4f458782 Update quickSort.md 2020-12-29 13:03:18 +02:00
Isabelle Viktoria Maciohsek
8e0ff8babc Update levenshteinDistance.md 2020-12-29 12:56:07 +02:00
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
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
4e22f9cb9a Added snippet for isAlphabetOnly 2020-12-24 13:20:27 +05:30