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 |
|
Vitor Oliveira
|
6e70556e39
|
use elsif instead
|
2021-04-28 18:33:20 -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
|
12b8ffd162
|
comments modified
|
2021-04-28 15:02:48 +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 |
|
Jessica Kwok
|
f964954529
|
Add sets solution
|
2021-04-26 13:59:15 -07:00 |
|
Jessica Kwok
|
79ca68d958
|
Add brute force solution
|
2021-04-26 13:59:02 -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 |
|
Vitor Oliveira
|
fe6d8489c3
|
Fix lint
|
2021-04-24 23:26:02 -07:00 |
|
Vitor Oliveira
|
42dafdfe7a
|
enter
|
2021-04-24 23:21:25 -07:00 |
|
github-actions
|
812a8e42af
|
updating DIRECTORY.md
|
2021-04-25 06:19:56 +00:00 |
|
Vitor Oliveira
|
9f7e58c574
|
Sort color algorhtm
|
2021-04-24 23:19:41 -07: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 |
|
Sahil Afrid Farookhi
|
984477c24c
|
code cleanup
|
2021-04-21 22:12:10 +05:30 |
|
Sahil Afrid Farookhi
|
0c1892d4ef
|
find_max code refactor
|
2021-04-21 15:24:43 +05:30 |
|
Jessica Kwok
|
dd3bf368d4
|
Merge pull request #130 from jsca-kwok/jk-intersection
Intersection of 2 Arrays
|
2021-04-20 17:03:30 -07:00 |
|
Jessica Kwok
|
5c1580fc10
|
Update data_structures/arrays/intersection.rb
Co-authored-by: Vitor Oliveira <vbrazo@gmail.com>
|
2021-04-19 15:55:22 -07:00 |
|
Jessica Kwok
|
db2d1b74a2
|
Update data_structures/arrays/intersection.rb
Co-authored-by: Vitor Oliveira <vbrazo@gmail.com>
|
2021-04-19 15:54:48 -07:00 |
|
Sahil Afrid Farookhi
|
040b917b3d
|
Merge branch 'master' of github.com:msaf9/Ruby
|
2021-04-17 14:31:24 +05:30 |
|
Sahil Afrid Farookhi
|
055bc6fe27
|
find max feature implementation
|
2021-04-17 14:30:24 +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 |
|
Jessica Kwok
|
b0287375a4
|
Add two pointers solution
|
2021-04-16 16:33:19 -07:00 |
|
Jessica Kwok
|
7b20bca2f8
|
Add hash solution
|
2021-04-16 16:21:49 -07:00 |
|
Jessica Kwok
|
2c11993806
|
Add brute force solution
|
2021-04-16 14:12:30 -07:00 |
|
Vitor Oliveira
|
0031059c0a
|
Merge pull request #129 from TheAlgorithms/add-array-intersection-two-pointer
Sorted arrays intersection: two-pointers approach
|
2021-04-16 09:50:47 -07:00 |
|
github-actions
|
b1131f996a
|
updating DIRECTORY.md
|
2021-04-16 01:00:45 +00:00 |
|
Vitor Oliveira
|
b101ef25d7
|
Update and rename arrays_intersection.rb to sorted_arrays_intersection.rb
|
2021-04-15 18:00:29 -07:00 |
|
Vitor Oliveira
|
da89bae931
|
Update arrays_intersection.rb
|
2021-04-15 17:27:27 -07:00 |
|
github-actions
|
6a076bde07
|
updating DIRECTORY.md
|
2021-04-16 00:25:50 +00:00 |
|
Vitor Oliveira
|
50e6dc6f86
|
Arrays intersection: two-pointer approach
|
2021-04-15 17:25:30 -07:00 |
|
github-actions
|
0f3441c088
|
updating DIRECTORY.md
|
2021-04-14 23:41:50 +00:00 |
|
Vitor Oliveira
|
6e29e987e8
|
Merge pull request #127 from msaf9/master
[math] add and median
|
2021-04-14 16:41:37 -07:00 |
|
Vitor Oliveira
|
256f376574
|
add output for add algo
|
2021-04-14 16:40:39 -07:00 |
|
Vitor Oliveira
|
fbe6e9851d
|
add output
|
2021-04-14 16:39:13 -07:00 |
|
Vitor Oliveira
|
82d71a94c7
|
Update average_median.rb
|
2021-04-14 16:36:21 -07:00 |
|
Vitor Oliveira
|
0df659abae
|
renaming
|
2021-04-14 16:29:37 -07:00 |
|
Sahil Afrid Farookhi
|
ae40765c38
|
average median feature implementation
|
2021-04-13 00:58:45 +05:30 |
|