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 |
|
Sahil Afrid Farookhi
|
1ec08e7207
|
find min feature implementation
|
2021-04-24 01:25:37 +05:30 |
|
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 |
|
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
|
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 |
|
Sahil Afrid Farookhi
|
b1b6f80a0b
|
average mean ruby program implementation
|
2021-04-04 18:26:00 +05:30 |
|
Vitor Oliveira
|
726cce3875
|
small clean up
|
2021-03-31 18:55:38 -07:00 |
|
Vitor Oliveira
|
0607e30c31
|
Update temperature_conversions.rb
|
2021-03-31 18:49:42 -07:00 |
|
Vitor Oliveira
|
381b66bed3
|
Update conversions/temperature_conversions.rb
|
2021-03-31 18:48:05 -07:00 |
|
Sahil Afrid Farookhi
|
b180da6511
|
temperature conversions: ruby program implementation
|
2021-03-31 15:23:16 +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 |
|
github-actions
|
c4725e9eb2
|
updating DIRECTORY.md
|
2021-03-26 05:41:17 +00:00 |
|
Vitor Oliveira
|
04b7de56b2
|
Merge pull request #110 from jsca-kwok/jk-jewels-and-stones
|
2021-03-25 22:41:02 -07:00 |
|
Jessica Kwok
|
5413b23dc0
|
Add in directory
|
2021-03-25 15:41:24 -07:00 |
|
Jessica Kwok
|
dafb096e65
|
Add solution using hash
|
2021-03-25 14:38:13 -07:00 |
|
Jessica Kwok
|
7c6b226eac
|
Add brute force solution
|
2021-03-25 14:29:34 -07:00 |
|
Vitor Oliveira
|
b3228aa14e
|
Merge pull request #107 from jsca-kwok/jk-single-number
Find non-duplicates in an array
|
2021-03-23 08:48:47 -07:00 |
|
Jessica Kwok
|
7b6edea968
|
Fix time complexity
|
2021-03-23 08:05:54 -07:00 |
|
Jessica Kwok
|
f4761529d3
|
Merge branch 'master' of https://github.com/TheAlgorithms/Ruby into jk-single-number
|
2021-03-22 08:58:11 -07:00 |
|
Jessica Kwok
|
e8ded18897
|
Add solution using Ruby .count()
|
2021-03-22 08:53:26 -07:00 |
|
Jessica Kwok
|
e70ba583a2
|
Add solution using hash map
|
2021-03-22 08:07:14 -07:00 |
|
Jessica Kwok
|
e56c0b2fa2
|
Add challenge into directory
|
2021-03-22 07:11:07 -07:00 |
|
Vitor Oliveira
|
7f9d3f8686
|
Merge pull request #105 from TheAlgorithms/fizz-buzz
Fizz buzz
|
2021-03-21 10:43:09 -07:00 |
|
Vitor Oliveira
|
ceef771b0b
|
Merge pull request #104 from TheAlgorithms/vbrazo-patch-1
Power of two: bitwise approach
|
2021-03-21 10:40:24 -07:00 |
|
github-actions
|
639ad409d4
|
updating DIRECTORY.md
|
2021-03-20 18:10:40 +00:00 |
|
Vitor Oliveira
|
9a7313d669
|
move to array folder
|
2021-03-20 11:10:25 -07:00 |
|
github-actions
|
6bf41b50eb
|
updating DIRECTORY.md
|
2021-03-20 18:04:48 +00:00 |
|
Vitor Oliveira
|
ea7ea7ec72
|
String concatenation approach
|
2021-03-20 11:04:34 -07:00 |
|
Vitor Oliveira
|
12e2addd81
|
Add naive approach
|
2021-03-20 11:02:29 -07:00 |
|
github-actions
|
fbb06b1332
|
updating DIRECTORY.md
|
2021-03-20 16:53:02 +00:00 |
|
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 |
|
github-actions
|
6beab26c72
|
updating DIRECTORY.md
|
2021-03-20 00:00:32 +00:00 |
|