Commit graph

657 commits

Author SHA1 Message Date
Vitor Oliveira
745b66227b Minor changes 2021-04-10 10:05:08 -07:00
github-actions
d6e7b9f1d8 updating DIRECTORY.md 2021-04-10 16:57:53 +00:00
Vitor Oliveira
fe4e56e8a4 Move to correct path 2021-04-10 09:57:39 -07:00
github-actions
21e8bb04ef updating DIRECTORY.md 2021-04-10 16:56:19 +00:00
Vitor Oliveira
9fbd75fa66 Add hash table approach 2021-04-10 09:56:05 -07:00
Vitor Oliveira
7b49aac8a7
Merge pull request #123 from jsca-kwok/jk-palindrome
Add palindrome algorithm
2021-04-09 21:08:18 -07:00
Vitor Oliveira
49db26c56b
Update data_structures/arrays/strings/palindrome.rb 2021-04-09 21:07:57 -07:00
github-actions
443cf9db88 updating DIRECTORY.md 2021-04-10 04:07:57 +00:00
Vitor Oliveira
bd6b1067c0
Update data_structures/arrays/strings/palindrome.rb 2021-04-09 21:07:54 -07:00
Vitor Oliveira
d858e80925
Merge pull request #122 from msaf9/master
average mean ruby program implementation
2021-04-09 21:07:44 -07:00
Vitor Oliveira
88e32d058d
Merge pull request #124 from maxbarsukov/patch-1
Minor code style improvements
2021-04-09 20:23:37 -07:00
nyapsilon
e6b674275e
Minor code style improvements
Tabs are corrected, semantic blocks are separated.
2021-04-09 21:24:04 +03:00
Vitor Oliveira
4fa7e1a672
Merge pull request #119 from TheAlgorithms/generate_parenthesis
Generate parenthesis
2021-04-06 08:11:42 -07:00
Jessica Kwok
7655003b6c Add solution using two pointers 2021-04-05 14:31:57 -07:00
Jessica Kwok
6c7b37ab76 Add solution using a reversed array 2021-04-05 14:08:23 -07:00
Jessica Kwok
04a4c9aaed Add solution using .reverse 2021-04-05 13:57:41 -07:00
Sahil Afrid Farookhi
b1b6f80a0b average mean ruby program implementation 2021-04-04 18:26:00 +05:30
github-actions
46ec0d4fec updating DIRECTORY.md 2021-04-02 18:23:23 +00:00
Vitor Oliveira
5843714e0b
Merge pull request #121 from atarax665/factorial
Factorial Iterative
2021-04-02 11:23:08 -07:00
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
Vitor Oliveira
fc0c664f6b
close ) 2021-04-01 10:45:41 -07:00
Vitor Oliveira
7eea20ed6e Add complexity analysis and detailed example 2021-04-01 10:06:40 -07:00
Vitor Oliveira
1d974b2ea1 Add approach description 2021-04-01 09:58:30 -07:00
github-actions
1350b46474 updating DIRECTORY.md 2021-04-01 16:54:50 +00:00
Vitor Oliveira
13aec345ea add generate_parenthesis backtracking approach 2021-04-01 09:54:34 -07:00
Jessica Kwok
c2bd60c223 Add palindrome challenge 2021-04-01 09:50:27 -07:00
Vitor Oliveira
515b076e61
remove duplication 2021-04-01 09:42:45 -07:00
Vitor Oliveira
dc504fc1c0
Merge pull request #118 from TheAlgorithms/valid-anagram-other-approaches
Is anagram: other hash approaches
2021-04-01 09:39:36 -07:00
Vitor Oliveira
434e72a4f7 Add very simple tests 2021-04-01 09:38:27 -07:00
Vitor Oliveira
44c3208454 Add another hash table approach 2021-04-01 09:36:52 -07:00
Vitor Oliveira
dc533283a2 Add hash table approach 2021-04-01 09:36:46 -07:00
Vitor Oliveira
b72876329f
Merge pull request #117 from TheAlgorithms/add-valid-anagram-hash-approach
Valid anagram: hash table approach
2021-04-01 09:22:57 -07:00
Vitor Oliveira
6b8529a1a6
Update anagram_checker.rb 2021-03-31 19:05:51 -07:00
Vitor Oliveira
ad959fcfb0 Minor changes 2021-03-31 19:05:00 -07:00
github-actions
2da2ec55f6 updating DIRECTORY.md 2021-04-01 02:03:14 +00:00
Vitor Oliveira
4674c2d97b Valid anagram: hash table approach 2021-03-31 19:02:57 -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
2fe1098805 Add intersection challenge 2021-03-31 16:40:23 -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