Commit graph

145 commits

Author SHA1 Message Date
Jessica Kwok
b4c2e2e6b0 Add good pairs hash solution into hash_table section and directory 2021-05-14 09:30:49 -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
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