Commit graph

688 commits

Author SHA1 Message Date
maxbarsukov
cb35d346fd Several sorts added 2021-05-06 10:13:25 +03:00
github-actions
1baf4565fb updating DIRECTORY.md 2021-05-05 23:18:30 +00:00
Vitor Oliveira
496d410281
Merge pull request #142 from lfrancarj/feat/shortest-word-distance
add shortest word distance algorithm
2021-05-05 16:18:16 -07:00
Leo
7623e08e48 add shortest word distance algorithm 2021-05-05 13:58:43 -03:00
Vitor Oliveira
13f95a30d5
Merge pull request #140 from TheAlgorithms/roman-to-integer
Roman to Integer
2021-05-04 17:59:47 -07:00
github-actions
9cc2e087c6 updating DIRECTORY.md 2021-05-04 14:46:10 +00:00
Vitor Oliveira
1f776fde12 Roman to Integer 2021-05-04 07:45:50 -07:00
github-actions
8c26fd3dd1 updating DIRECTORY.md 2021-05-02 15:51:26 +00:00
Vitor Oliveira
3f0bec09d3
Merge pull request #139 from Vijay-Siva/master 2021-05-02 08:51:14 -07:00
Vijay Siva
c78639ddde add comments on output for the error cases 2021-05-02 11:49:20 -04:00
Vitor Oliveira
9b5a1565be
Merge pull request #136 from msaf9/master
weight conversions feature implementation
2021-05-01 19:55:43 -07:00
Vitor Oliveira
fa96729b72
Update weight_conversions.rb 2021-05-01 19:42:04 -07:00
Vitor Oliveira
66672b66ab
minor changes 2021-05-01 19:40:57 -07:00
Vitor Oliveira
170f90d131
move error handling to the bottom 2021-05-01 19:40:07 -07:00
Vijay Siva
d7f266aa86 Add bit_manipulation algorithms 2021-05-01 17:38:17 -04:00
github-actions
2a1e59c362 updating DIRECTORY.md 2021-05-01 17:33:39 +00:00
Vitor Oliveira
f698a138f0
Merge pull request #138 from Vijay-Siva/master
Add circular queue
2021-05-01 10:33:24 -07:00
Vitor Oliveira
b48c1d5479
Update data_structures/queues/circular_queue.rb 2021-05-01 10:28:09 -07:00
Vijay Siva
ba2e881edc Add circular queue 2021-05-01 12:40:14 -04:00
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