Vitor Oliveira
8bb781f790
Minor fixes
2021-09-03 13:24:58 -07:00
github-actions
f3c42a5829
updating DIRECTORY.md
2021-09-03 19:50:03 +00:00
Vitor Oliveira
4cbc4069ad
Merge pull request #156 from msaf9/master
...
3n plus 1 feature implementation
2021-09-03 12:49:48 -07:00
Vitor Oliveira
a09e042c4a
add ()
2021-09-03 12:49:12 -07:00
Vitor Oliveira
ef00820c02
formatting solution for better readability
2021-09-03 12:48:40 -07:00
github-actions
4c165c6a42
updating DIRECTORY.md
2021-09-03 19:40:13 +00:00
Vitor Oliveira
615e07dc76
Merge pull request #171 from sidaksohi/add-array-solutions-with-descriptions
...
Add 'array' solutions, with descriptions
2021-09-03 12:40:00 -07:00
Vitor Oliveira
f6382bfb15
kill space
2021-09-03 12:37:45 -07:00
Vitor Oliveira
aecd3739f0
add output for max_sub_array algorithm
2021-09-03 12:37:05 -07:00
Vitor Oliveira
b7d623a303
add output for max_product algorithm
2021-09-03 12:35:10 -07:00
Vitor Oliveira
bd92198fc8
add formatting and example outputs for quick debugging
2021-09-03 12:33:56 -07:00
Sahil Afrid Farookhi
5ca172acab
Merge branch 'TheAlgorithms:master' into master
2021-08-29 23:58:07 +05:30
sidaksohi
bb967fba48
Merge pull request #3 from sidaksohi/sidaksohi-patch-1
...
Update maximum_subarray.rb
2021-08-25 15:41:29 -07:00
sidaksohi
8519e419fa
Update maximum_subarray.rb
2021-08-25 15:41:20 -07:00
github-actions
b9949f1003
updating DIRECTORY.md
2021-08-25 19:38:33 +00:00
Vitor Oliveira
2f43853c32
Merge pull request #170 from sidaksohi/add-dp-solutions-with-descriptions
...
Add climbing_stairs solution to 'dynamic_programming', with description
2021-08-25 12:38:19 -07:00
github-actions
7b5a27cbba
updating DIRECTORY.md
2021-08-25 19:35:05 +00:00
Vitor Oliveira
7d129e5c77
Merge pull request #172 from sidaksohi/add-search-solutions-with-descriptions
...
Add number_of_islands to 'searches', with description
2021-08-25 12:34:52 -07:00
sidaksohi
ea7fe37f9e
Merge pull request #2 from sidaksohi/sidaksohi-patch-1
...
Update climbing_stairs.rb
2021-08-24 18:34:03 -07:00
sidaksohi
70a1b9353a
Update climbing_stairs.rb
2021-08-24 18:33:53 -07:00
Sahil Afrid Farookhi
245e89f367
Merge branch 'TheAlgorithms:master' into master
2021-08-23 20:55:09 +05:30
sidaksohi
2d3aaaf4a0
Merge pull request #1 from sidaksohi/sidaksohi-patch-1
...
Update number_of_islands.rb
2021-08-22 21:42:21 -07:00
sidaksohi
0df030f25a
Update number_of_islands.rb
2021-08-22 21:42:12 -07:00
sidaksohi
5b482ee1b5
Add number_of_islands, with description
2021-08-22 15:58:47 -07:00
sidaksohi
e676e283ea
Add array solutions with descriptions
2021-08-22 15:45:08 -07:00
sidaksohi
4a38db0764
Rename climbing-stairs.rb to climbing_stairs.rb
2021-08-22 15:25:24 -07:00
sidaksohi
5a2156d0ce
Added climbing-stairs solution, with description
2021-08-22 15:23:32 -07:00
Vitor Oliveira
7b9ec31a66
Update DIRECTORY.md
2021-08-22 14:29:42 -07:00
Vitor Oliveira
82f445f8eb
Delete ohms_law.rb
2021-08-22 14:28:49 -07:00
Vitor Oliveira
02db2b9550
Merge pull request #166 from tachyons/patch-1
...
Fix the complexity memoization check
2021-08-22 14:27:48 -07:00
Vitor Oliveira
f0a155e66f
Merge pull request #160 from jsca-kwok/jk-max-69-number
...
Add solution for max 69 number algorithm
2021-08-22 14:24:33 -07:00
Vitor Oliveira
1eefa231a9
Minor change
2021-08-22 14:22:39 -07:00
github-actions
0ff443d695
updating DIRECTORY.md
2021-08-22 21:21:22 +00:00
Vitor Oliveira
f14ae28243
Merge pull request #163 from jsca-kwok/jk-days
...
Number of days algorithm
2021-08-22 14:21:08 -07:00
Vitor Oliveira
20a79f924b
Update number_of_days.rb
2021-08-22 14:20:55 -07:00
Aboobacker MK
f4d6346106
Fix the complexity memoisation check
...
keys.include? number is not cheap as it is search operation on array and it increases the time complexity. replaced it with `key?` method to fix memoisation check part on O(1) complexity
2021-08-11 09:38:43 +05:30
Vitor Oliveira
f7538d07b4
Merge pull request #161 from jsca-kwok/jk-isomorphic-strings
...
Isomorphic Strings Algorithm
2021-07-20 19:32:19 -07:00
Sahil Afrid Farookhi
1f36e635a6
Merge branch 'TheAlgorithms:master' into master
2021-07-18 12:54:08 +05:30
David Leal
0d04d07391
Add Discord badge in README.md
2021-07-18 00:03:43 -05:00
Jessica Kwok
e804e6814c
Add Date.parse solution
2021-07-08 14:57:00 -07:00
Jessica Kwok
d4b1efef5a
Added space complexity
2021-07-02 13:54:01 -07:00
Vitor Oliveira
eecebfe30a
Merge pull request #162 from jsca-kwok/jk-palindrome
...
Add almost palindrome algorithm
2021-07-02 12:53:59 -07:00
Vitor Oliveira
a0952eb7b2
add space complexity
2021-07-02 12:52:55 -07:00
Jessica Kwok
b40fe95c43
Extract split method from loop
2021-07-02 12:45:20 -07:00
Jessica Kwok
2375a7f97f
Merge branch 'jk-palindrome' of https://github.com/jsca-kwok/Ruby into jk-palindrome
2021-06-29 14:04:08 -07:00
Jessica Kwok
6c72cd24a1
Add two pointers approach
2021-06-29 14:00:08 -07:00
Sahil Afrid Farookhi
e52f6c4585
ohms law feature implementation
2021-06-27 22:24:18 +05:30
Sahil Afrid Farookhi
1b783c05c3
Merge branch 'TheAlgorithms:master' into master
2021-06-27 21:51:56 +05:30
Vitor Oliveira
f5c87a44d0
Merge pull request #158 from TheAlgorithms/pascal-triangle-ii-dd-approach
2021-06-25 19:09:16 -07:00
Vitor Oliveira
3ec899cc9c
Merge pull request #157 from TheAlgorithms/pascal-triangle-ii-math-approach
2021-06-25 19:08:54 -07:00