Commit graph

60 commits

Author SHA1 Message Date
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
Vitor Oliveira
000f561c84
Merge pull request #132 from msaf9/master
find min feature implementation
2021-04-26 11:32:20 -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
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
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
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
Sahil Afrid Farookhi
1a8dc1debf add feature implementation 2021-04-11 00:36:28 +05:30
Vitor Oliveira
d858e80925
Merge pull request #122 from msaf9/master
average mean ruby program implementation
2021-04-09 21:07:44 -07:00
Sahil Afrid Farookhi
b1b6f80a0b average mean ruby program implementation 2021-04-04 18:26:00 +05:30
Vitor Oliveira
30c9176098
minor changes 2021-04-02 11:22:53 -07:00
Abhinav Anand
e90238e1f7
Added factorial iterative program 2021-04-02 23:01:29 +05:30
Sahil Afrid Farookhi
4af539f0c8 prime number: review comments-4 implementation 2021-03-28 22:45:12 +05:30
Sahil Afrid Farookhi
a864792884 prime number: review comments-3 implementation 2021-03-28 22:25:40 +05:30
Sahil Afrid Farookhi
00d1ed0973 prime number: review comments-2 implementation 2021-03-28 19:31:21 +05:30
Sahil Afrid Farookhi
f1325f32bc prime number: review comments implemented 2021-03-28 15:27:03 +05:30
Sahil Afrid Farookhi
0a745d673b Prime number ruby program implementation 2021-03-27 13:08:46 +05:30
Vitor Oliveira
d9273de377 Add bit manipulation folder and move power of two algorithm 2021-03-20 09:52:46 -07:00
Vitor Oliveira
b28aa0a252
Update power_of_two.rb 2021-03-19 20:59:40 -07:00
Vitor Oliveira
24acbadd4f Add bitwise approach 2021-03-19 20:57:03 -07: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
e0235a8da4 Clean up 2021-03-19 16:26:51 -07:00
Jessica Kwok
35cb119671 Move challenge from data structures to maths 2021-03-19 16:24:20 -07:00
Vitor Oliveira
94e6ea1c54
Update add_digits.rb 2021-03-18 17:06:59 -07:00
Vitor Oliveira
7cb81633bc
Update add_digits.rb 2021-03-18 17:05:12 -07:00
Vitor Oliveira
635eceab45 clean up 2021-03-18 17:04:22 -07:00
Vitor Oliveira
cfea175763 rollback 2021-03-18 17:02:07 -07:00
Vitor Oliveira
2171cad18e Mathematical: Digital Root approach 2021-03-18 17:00:54 -07:00
Vitor Oliveira
8363ae81fd Fix syntax issues 2021-03-09 19:03:25 -08:00
Vitor Oliveira
f3e7b55492
Update fibonacci.rb 2021-03-07 13:12:23 -08:00
Vitor Oliveira
630def0e26
Update fibonacci.rb 2021-03-07 12:51:40 -08:00
Vitor Oliveira
34b316db74 Solve fibonacci with golden ratio formula 2021-03-07 12:27:36 -08:00
Vitor Oliveira
fafb2f0c18
keep the return consistent in recursive and iterative 2021-03-07 09:26:28 -08:00
Vitor Oliveira
4df383c902 Fix issue 2021-03-06 12:29:31 -08:00
Vitor Oliveira
f1051324d0
Update decimal_to_binary.rb 2021-03-06 12:18:27 -08:00
Vitor Oliveira
cef59e1094 Add recursive approach 2021-03-06 12:16:43 -08:00
Vitor Oliveira
ff716d1f4c Rename file 2021-03-06 12:05:56 -08:00
Vitor Oliveira
446b0e3085
Update iterative_decimal_to_binary.rb 2021-03-06 11:48:27 -08:00
Abhinav Anand
1fb0258c8e
iterative method to convert decimal to binary 2021-03-06 23:38:28 +05:30