Commit graph

421 commits

Author SHA1 Message Date
Jessica Kwok
60d4a4bcbc Add hash solution 2021-06-01 13:11:08 -07:00
Jessica Kwok
2032eef824 Add common characters challenge 2021-05-14 16:56:07 -07:00
github-actions
a472f9a6ff updating DIRECTORY.md 2021-04-01 01:57:23 +00:00
Vitor Oliveira
0334902965
Merge pull request #115 from msaf9/master
Temperature conversions algorithm
2021-03-31 18:57:11 -07:00
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
Vitor Oliveira
3bc8a108e4
Merge pull request #116 from jsca-kwok/jk-anagram
Anagram: sorting approach
2021-03-31 18:38:53 -07:00
Vitor Oliveira
a93d5cc072
Update data_structures/arrays/strings/anagram_checker.rb 2021-03-31 18:38:01 -07:00
Vitor Oliveira
3bc81b8195
Update data_structures/arrays/strings/anagram_checker.rb 2021-03-31 18:37:57 -07:00
Jessica Kwok
6c785524fb Add sort and compare solution 2021-03-31 16:34:06 -07:00
Sahil Afrid Farookhi
b180da6511 temperature conversions: ruby program implementation 2021-03-31 15:23:16 +05:30
Jessica Kwok
f7ac1a7725 Merge branch 'master' into jk-anagram 2021-03-30 14:06:41 -07:00
Vitor Oliveira
8536b2893f
Merge pull request #114 from TheAlgorithms/move-algo-to-string-folder 2021-03-29 17:29:16 -07:00
github-actions
e60cd1b5e6 updating DIRECTORY.md 2021-03-29 22:37:23 +00:00
Vitor Oliveira
f6a84ea326 Move more algos to hash table folders 2021-03-29 15:37:02 -07:00
Vitor Oliveira
57a46a8271 Move two_sum to hash table folder 2021-03-29 15:35:18 -07:00
Vitor Oliveira
66756bf5d4 Move remove_vowels to strings folder 2021-03-29 15:33:57 -07:00
github-actions
fb1ee12e8d updating DIRECTORY.md 2021-03-29 21:54:54 +00:00
Vitor Oliveira
0bf87b3fe1
Merge pull request #111 from jsca-kwok/jk-remove-vowels
Add remove vowels from a string algorithm
2021-03-29 14:54:41 -07:00
Vitor Oliveira
3270667f8e Move algorithsm to appropriate folder 2021-03-29 14:52:06 -07:00
Vitor Oliveira
7d1f6659ff
Merge branch 'master' into jk-remove-vowels 2021-03-29 14:37:30 -07:00
github-actions
c94b74543f updating DIRECTORY.md 2021-03-29 21:37:05 +00:00
Vitor Oliveira
e59f7c6ad6
Merge pull request #108 from jsca-kwok/jk-shuffle-array
Add shuffle array algorithm
2021-03-29 14:36:48 -07:00
Vitor Oliveira
7f60452c71
Merge branch 'master' into jk-shuffle-array 2021-03-29 14:34:55 -07:00
github-actions
c0f28a7381 updating DIRECTORY.md 2021-03-29 21:34:30 +00:00
Vitor Oliveira
5f46625f99
Merge pull request #109 from jsca-kwok/jk-richest-customer
Finding richest customer wealth: brute force and hash table approaches
2021-03-29 14:34:16 -07:00
Vitor Oliveira
fded3fa4df Move approach to hash_table folder 2021-03-29 14:33:12 -07:00
Jessica Kwok
d68ae157cd Merge branch 'jk-shuffle-array' of https://github.com/jsca-kwok/Ruby into jk-shuffle-array 2021-03-29 10:22:23 -07:00
Jessica Kwok
ad685ac4ee Add two pointers approach 2021-03-29 10:22:09 -07:00
Jessica Kwok
31d9e8e0a2 Change print to puts 2021-03-29 10:05:15 -07:00
Jessica Kwok
5bf141f64f
Update data_structures/arrays/remove_vowels.rb
Co-authored-by: vzvu3k6k <vzvu3k6k@gmail.com>
2021-03-29 10:00:33 -07:00
Jessica Kwok
5ed65199d7
Update data_structures/arrays/remove_vowels.rb
Co-authored-by: vzvu3k6k <vzvu3k6k@gmail.com>
2021-03-29 09:59:32 -07:00
github-actions
6a80485c87 updating DIRECTORY.md 2021-03-28 17:19:48 +00:00
vzvu3k6k
550a042f75
Merge pull request #112 from msaf9/master
Prime number ruby program implementation
2021-03-29 02:19:35 +09:00
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
Jessica Kwok
08e35de175
Update data_structures/arrays/richest_customer_wealth.rb
Co-authored-by: Vitor Oliveira <vbrazo@gmail.com>
2021-03-26 10:54:37 -07:00
Jessica Kwok
1e4d510748 Add anagram checker challenge 2021-03-26 10:43:21 -07:00
Jessica Kwok
89a7af33e1 Add solution using Ruby .delete() method 2021-03-26 10:34:28 -07:00
Jessica Kwok
27abece8ad Add solution using regex 2021-03-26 10:22:16 -07:00
Jessica Kwok
8bafd5c74a Add brute force solution 2021-03-26 10:03:45 -07:00
Jessica Kwok
b4806f0903 Add remove vowels challenge 2021-03-26 09:48:52 -07:00
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
5e7efbb73d Add hash solution 2021-03-25 14:48:00 -07:00