Commit graph

474 commits

Author SHA1 Message Date
Vitor Oliveira
6e29e987e8
Merge pull request #127 from msaf9/master
[math] add and median
2021-04-14 16:41:37 -07:00
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
Vitor Oliveira
e230521122
Merge pull request #125 from TheAlgorithms/array-intersection
Arrays intersection
2021-04-12 10:24:52 -07:00
Vitor Oliveira
016911d782
Merge pull request #126 from TheAlgorithms/next-greater-element 2021-04-12 09:50:47 -07:00
github-actions
b2fc530555 updating DIRECTORY.md 2021-04-11 22:56:29 +00:00
Vitor Oliveira
1445828a8f
Merge pull request #128 from maxbarsukov/rename-folder
The Searches folder is renamed to lowercase just like the other folders
2021-04-11 15:56:16 -07:00
maxbarsukov
f94eafd15a The Searches folder is renamed to lowercase just like the other folders 2021-04-11 14:39:22 +03:00
Sahil Afrid Farookhi
1a8dc1debf add feature implementation 2021-04-11 00:36:28 +05:30
Vitor Oliveira
20d5ea3b6d
Update next_greater_element.rb 2021-04-10 10:49:41 -07:00
Vitor Oliveira
4d9d7ca1cd
add complexity analysis 2021-04-10 10:46:55 -07:00
github-actions
4e0d914d63 updating DIRECTORY.md 2021-04-10 17:41:17 +00:00
Vitor Oliveira
1c9a26f389 Minor changes 2021-04-10 10:41:01 -07:00
Vitor Oliveira
ce0d1863a2 Next greater element 2021-04-10 10:38:43 -07:00
Vitor Oliveira
2197a587fb
Update arrays_intersection.rb 2021-04-10 10:15:00 -07:00
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
github-actions
443cf9db88 updating DIRECTORY.md 2021-04-10 04:07:57 +00:00
Vitor Oliveira
49db26c56b
Update data_structures/arrays/strings/palindrome.rb 2021-04-09 21:07:57 -07: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