Commit graph

444 commits

Author SHA1 Message Date
github-actions
443cf9db88 updating DIRECTORY.md 2021-04-10 04:07:57 +00: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
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
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
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