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 |
|
Sahil Afrid Farookhi
|
b1b6f80a0b
|
average mean ruby program implementation
|
2021-04-04 18:26:00 +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 |
|
Vitor Oliveira
|
e21120857d
|
Clean up
|
2021-02-06 23:05:54 -08:00 |
|
vzvu3k6k
|
52d789832c
|
Merge pull request #83 from atarax665/binary_to_decimal
[Math] Binary to Decimal Conversion
|
2021-02-05 23:33:35 +09:00 |
|
Abhinav Anand
|
649f6032c3
|
Added binary_to_decimal.rb
|
2021-02-03 22:58:43 +05:30 |
|
Vitor Oliveira
|
630e98f1af
|
Merge pull request #82 from atarax665/number_of_digits
|
2021-01-28 10:40:55 -08:00 |
|
Abhinav Anand
|
b54b43f68b
|
Update maths/number_of_digits.rb
Co-authored-by: Vitor Oliveira <vbrazo@gmail.com>
|
2021-01-28 23:33:14 +05:30 |
|
Abhinav Anand
|
3a52ac6e77
|
Added number_of_digits.rb
|
2021-01-26 23:15:39 +05:30 |
|
Vitor Oliveira
|
7800d34d60
|
add description for digits sum algorithm
|
2021-01-23 15:18:56 -08:00 |
|
Abhinav Anand
|
43ffe01e39
|
sum_of_digits.rb
|
2021-01-22 14:28:42 +05:30 |
|
Vitor Oliveira
|
a80478dfd3
|
Update maths/square_root_test.rb
|
2021-01-09 11:09:56 -08:00 |
|
Eli Sadoff
|
4bb534f312
|
Add absolute value, aliquot sum, ceil, and square root
Add maths to directory
|
2021-01-08 17:14:52 -05:00 |
|