Commit graph

210 commits

Author SHA1 Message Date
Sahil Afrid Farookhi
a007c2b3e2 abs max feature implementation 2021-05-31 21:56:36 +05:30
Vitor Oliveira
3f8a50a2e7
Merge pull request #150 from msaf9/master 2021-05-24 23:09:03 -07:00
Vitor Oliveira
5756afbd95
Merge pull request #149 from jsca-kwok/jk-uncommon-words
Uncommon words algorithm
2021-05-20 22:55:18 -07:00
Vitor Oliveira
d71a41556f
Merge pull request #152 from TheAlgorithms/count-sorted-vowel-strings-dd-memoization 2021-05-18 17:06:33 -07:00
Vitor Oliveira
42c9d2096f
Merge pull request #151 from TheAlgorithms/count-sorted-vowel-strings
Count sorted vowel strings: math approach
2021-05-18 13:40:15 -07:00
github-actions
fba17c66e9 updating DIRECTORY.md 2021-05-17 05:10:48 +00:00
github-actions
51eb72bb28 updating DIRECTORY.md 2021-05-17 04:44:11 +00:00
Sahil Afrid Farookhi
c923b270c3 lucas series feature implementation 2021-05-15 20:13:21 +05:30
Vitor Oliveira
aa19c3b610
Merge pull request #145 from msaf9/master 2021-05-14 22:42:39 -07:00
Jessica Kwok
2032eef824 Add common characters challenge 2021-05-14 16:56:07 -07:00
Jessica Kwok
4bd9206f01 Add hash solution 2021-05-14 16:37:12 -07:00
Jessica Kwok
584cb7a643
Merge pull request #148 from jsca-kwok/jk-good-pairs
Good pairs algorithm
2021-05-14 09:46:54 -07:00
Jessica Kwok
b4c2e2e6b0 Add good pairs hash solution into hash_table section and directory 2021-05-14 09:30:49 -07:00
Jessica Kwok
0386dfd0d1 Add uncommon words challenge 2021-05-13 12:09:01 -07:00
Jessica Kwok
7228e29921
Merge branch 'master' into jk-good-pairs 2021-05-12 09:00:20 -07:00
Malte Jürgens
2ea0f9aacf
Revert "remove project_euler"
This reverts commit cdc053662d.
2021-05-11 18:41:11 +02:00
Malte Jürgens
cdc053662d
remove project_euler 2021-05-10 18:24:01 +02:00
Sahil Afrid Farookhi
2ea39679fc armstrong number feature implementation 2021-05-07 20:14:06 +05:30
maxbarsukov
cb35d346fd Several sorts added 2021-05-06 10:13:25 +03:00
github-actions
1baf4565fb updating DIRECTORY.md 2021-05-05 23:18:30 +00:00
Vitor Oliveira
13f95a30d5
Merge pull request #140 from TheAlgorithms/roman-to-integer
Roman to Integer
2021-05-04 17:59:47 -07:00
github-actions
9cc2e087c6 updating DIRECTORY.md 2021-05-04 14:46:10 +00:00
github-actions
8c26fd3dd1 updating DIRECTORY.md 2021-05-02 15:51:26 +00:00
Vitor Oliveira
9b5a1565be
Merge pull request #136 from msaf9/master
weight conversions feature implementation
2021-05-01 19:55:43 -07:00
github-actions
2a1e59c362 updating DIRECTORY.md 2021-05-01 17:33:39 +00:00
Sahil Afrid Farookhi
e2c5fbfb44 weight conversions feature implementation 2021-04-29 16:36:00 +05:30
github-actions
abcec5f554 updating DIRECTORY.md 2021-04-29 01:34:12 +00:00
Vitor Oliveira
e058c00a91
Merge pull request #135 from msaf9/master
PR for Factorial Non-recursive and Non-iterative feature
2021-04-28 18:33:58 -07:00
github-actions
468babecd2 updating DIRECTORY.md 2021-04-29 01:28:23 +00:00
Vitor Oliveira
d935a103b1
Merge pull request #134 from jsca-kwok/jk-sudoku
Add valid sudoku board algorithm
2021-04-28 18:28:08 -07:00
Sahil Afrid Farookhi
d3d66e1ef1
Merge branch 'master' into master 2021-04-28 15:07:53 +05:30
Sahil Afrid Farookhi
9434ab9dc9 factorial non-recursive non-iterative feature implementation 2021-04-28 14:56:40 +05:30
Sahil Afrid Farookhi
e62c3bbb11 Revert "factorial feature implementation"
This reverts commit cdee13e690.
2021-04-28 14:21:01 +05:30
Sahil Afrid Farookhi
cdee13e690 factorial feature implementation 2021-04-28 14:07:51 +05:30
Jessica Kwok
010e5ff96a Added good pairs challenge 2021-04-26 14:03:15 -07:00
Vitor Oliveira
000f561c84
Merge pull request #132 from msaf9/master
find min feature implementation
2021-04-26 11:32:20 -07:00
Vitor Oliveira
e7035d92c1
Merge pull request #133 from TheAlgorithms/sort-color
Sort color
2021-04-26 11:30:38 -07:00
github-actions
812a8e42af updating DIRECTORY.md 2021-04-25 06:19:56 +00:00
Sahil Afrid Farookhi
1ec08e7207 find min feature implementation 2021-04-24 01:25:37 +05:30
Vitor Oliveira
40460108af
Merge pull request #131 from msaf9/master
PR for find max feature
2021-04-22 08:34:57 -07:00
Sahil Afrid Farookhi
9b6a1252e2 find_max -> DIRECTORY alphabetical order implementation 2021-04-21 23:42:10 +05:30
Sahil Afrid Farookhi
fb01289515 find_max -> DIRECTORY implementation 2021-04-21 23:01:31 +05:30
Jessica Kwok
211bb2c23f Added sudoku challenge 2021-04-16 16:57:39 -07:00
Jessica Kwok
25d76f8944
Merge branch 'master' into jk-intersection 2021-04-16 16:36:10 -07:00
Jessica Kwok
f1c72d43ba Merge remote-tracking branch 'origin/master' into jk-intersection 2021-04-16 16:35:08 -07:00
github-actions
b1131f996a updating DIRECTORY.md 2021-04-16 01:00:45 +00:00
github-actions
6a076bde07 updating DIRECTORY.md 2021-04-16 00:25:50 +00:00
github-actions
0f3441c088 updating DIRECTORY.md 2021-04-14 23:41:50 +00:00
Vitor Oliveira
e230521122
Merge pull request #125 from TheAlgorithms/array-intersection
Arrays intersection
2021-04-12 10:24:52 -07:00
Vitor Oliveira
016911d782
Merge pull request #126 from TheAlgorithms/next-greater-element 2021-04-12 09:50:47 -07:00
github-actions
b2fc530555 updating DIRECTORY.md 2021-04-11 22:56:29 +00:00
github-actions
4e0d914d63 updating DIRECTORY.md 2021-04-10 17:41:17 +00:00
github-actions
d6e7b9f1d8 updating DIRECTORY.md 2021-04-10 16:57:53 +00:00
github-actions
21e8bb04ef updating DIRECTORY.md 2021-04-10 16:56:19 +00:00
Vitor Oliveira
7b49aac8a7
Merge pull request #123 from jsca-kwok/jk-palindrome
Add palindrome algorithm
2021-04-09 21:08:18 -07:00
github-actions
443cf9db88 updating DIRECTORY.md 2021-04-10 04:07:57 +00:00
Vitor Oliveira
4fa7e1a672
Merge pull request #119 from TheAlgorithms/generate_parenthesis
Generate parenthesis
2021-04-06 08:11:42 -07:00
github-actions
46ec0d4fec updating DIRECTORY.md 2021-04-02 18:23:23 +00:00
github-actions
1350b46474 updating DIRECTORY.md 2021-04-01 16:54:50 +00:00
Jessica Kwok
c2bd60c223 Add palindrome challenge 2021-04-01 09:50:27 -07:00
github-actions
2da2ec55f6 updating DIRECTORY.md 2021-04-01 02:03:14 +00:00
github-actions
a472f9a6ff updating DIRECTORY.md 2021-04-01 01:57:23 +00:00
Jessica Kwok
2fe1098805 Add intersection challenge 2021-03-31 16:40:23 -07:00
Jessica Kwok
6c785524fb Add sort and compare solution 2021-03-31 16:34:06 -07:00
Jessica Kwok
f7ac1a7725 Merge branch 'master' into jk-anagram 2021-03-30 14:06:41 -07:00
github-actions
e60cd1b5e6 updating DIRECTORY.md 2021-03-29 22:37:23 +00:00
github-actions
fb1ee12e8d updating DIRECTORY.md 2021-03-29 21:54:54 +00:00
Vitor Oliveira
7d1f6659ff
Merge branch 'master' into jk-remove-vowels 2021-03-29 14:37:30 -07:00
github-actions
c94b74543f updating DIRECTORY.md 2021-03-29 21:37:05 +00:00
Vitor Oliveira
7f60452c71
Merge branch 'master' into jk-shuffle-array 2021-03-29 14:34:55 -07:00
github-actions
c0f28a7381 updating DIRECTORY.md 2021-03-29 21:34:30 +00:00
Vitor Oliveira
5f46625f99
Merge pull request #109 from jsca-kwok/jk-richest-customer
Finding richest customer wealth: brute force and hash table approaches
2021-03-29 14:34:16 -07:00
github-actions
6a80485c87 updating DIRECTORY.md 2021-03-28 17:19:48 +00:00
Jessica Kwok
1e4d510748 Add anagram checker challenge 2021-03-26 10:43:21 -07:00
Jessica Kwok
b4806f0903 Add remove vowels challenge 2021-03-26 09:48:52 -07:00
github-actions
c4725e9eb2 updating DIRECTORY.md 2021-03-26 05:41:17 +00:00
Jessica Kwok
5413b23dc0 Add in directory 2021-03-25 15:41:24 -07:00
Jessica Kwok
187cdac8b1 Add brute force solution 2021-03-25 10:08:15 -07:00
Jessica Kwok
6a6d0b675a Add challenge 2021-03-24 08:19:11 -07:00
Jessica Kwok
3bf3552283
Merge branch 'master' into jk-shuffle-array 2021-03-24 08:14:16 -07:00
Jessica Kwok
989e20d15e Add shuffle array challenge 2021-03-22 09:00:58 -07:00
Jessica Kwok
f4761529d3 Merge branch 'master' of https://github.com/TheAlgorithms/Ruby into jk-single-number 2021-03-22 08:58:11 -07:00
Jessica Kwok
e56c0b2fa2 Add challenge into directory 2021-03-22 07:11:07 -07:00
Vitor Oliveira
7f9d3f8686
Merge pull request #105 from TheAlgorithms/fizz-buzz
Fizz buzz
2021-03-21 10:43:09 -07:00
github-actions
639ad409d4 updating DIRECTORY.md 2021-03-20 18:10:40 +00:00
github-actions
6bf41b50eb updating DIRECTORY.md 2021-03-20 18:04:48 +00:00
github-actions
fbb06b1332 updating DIRECTORY.md 2021-03-20 16:53:02 +00:00
github-actions
6beab26c72 updating DIRECTORY.md 2021-03-20 00:00:32 +00:00
Vitor Oliveira
5ef8e68dbc
Merge pull request #103 from jsca-kwok/jk-power-of-two
Add power of two algorithm
2021-03-19 17:00:15 -07:00
Jessica Kwok
35cb119671 Move challenge from data structures to maths 2021-03-19 16:24:20 -07:00
github-actions
faa125096a updating DIRECTORY.md 2021-03-19 00:01:28 +00:00
Jessica Kwok
80d52f7f6f Add solution using recursion 2021-03-18 13:50:30 -07:00
Jessica Kwok
899eaf1d3a Add add digits challenge 2021-03-17 08:17:08 -07:00
github-actions
780c324417 updating DIRECTORY.md 2021-03-16 04:38:57 +00:00
Jessica Kwok
9429ae92c1 Add remove elements challenge instructions 2021-03-12 18:51:41 -08:00
github-actions
471e6f9cd1 updating DIRECTORY.md 2021-03-12 06:05:16 +00:00
Jessica Kwok
6ed35ad29f Add brute force solution 2021-03-11 08:32:29 -08:00
github-actions
293ff73dca updating DIRECTORY.md 2021-03-10 23:29:41 +00:00
Vitor Oliveira
27d725d8de
Merge pull request #96 from jsca-kwok/jk-sorted-squares
Add algorithm for returning sorted squares
2021-03-10 15:29:26 -08:00
Jessica Kwok
55e5b2a90f Refactored loop and multiply solution 2021-03-10 14:26:57 -08:00