Commit graph

138 commits

Author SHA1 Message Date
Vitor Oliveira
9125b8ae3f
Merge branch 'master' into add-stack-data-structure-example 2020-12-28 14:39:53 -08:00
Vitor Oliveira
4e1438728d
Merge pull request #69 from vbrazo/add-trie-data-structure-example
Trie data structure: Search string
2020-12-28 14:39:26 -08:00
github-actions
2eea7df797 updating DIRECTORY.md 2020-12-28 22:39:16 +00:00
Vitor Oliveira
6be922c05c
Merge pull request #68 from vbrazo/add-recursive-double-linear-search
Search algorithm: Recursive double linear search
2020-12-28 14:39:01 -08:00
Vitor Oliveira
13354ceb92
Merge branch 'master' into add-recursive-double-linear-search 2020-12-28 14:38:53 -08:00
github-actions
529f715f7a updating DIRECTORY.md 2020-12-28 22:38:25 +00:00
Vitor Oliveira
e83b26df83
Merge pull request #67 from vbrazo/add-double-linear-search
Search algorithm: Double linear search
2020-12-28 14:38:09 -08:00
Vitor Oliveira
f98408d2db
Merge branch 'master' into add-double-linear-search 2020-12-28 14:38:03 -08:00
Vitor Oliveira
6d71f27b2e
Merge pull request #65 from vbrazo/add-recursive-linear-search
Search algorithm: Recursive linear search
2020-12-28 14:37:32 -08:00
github-actions
610d9deab3 updating DIRECTORY.md 2020-12-28 22:37:24 +00:00
Vitor Oliveira
9b74ae2e5b
Merge pull request #64 from vbrazo/add-first-array-example
Array data structure: Get products of all other elements
2020-12-28 14:37:11 -08:00
github-actions
46761fb6be updating DIRECTORY.md 2020-12-28 22:37:02 +00:00
Vitor Oliveira
06d095e0b8
Merge pull request #43 from onurer/master
Add the third problem from project Euler
2020-12-28 14:36:46 -08:00
github-actions
90ac8a1a63 updating DIRECTORY.md 2020-12-28 22:36:08 +00:00
Vitor Oliveira
9d56bfc605
Merge pull request #44 from onurer/master
Add the fourth problem from project Euler
2020-12-28 14:35:54 -08:00
Vitor Oliveira
8127d198ea
Merge pull request #55 from vzvu3k6k/bogo_sort_test
Add tests for Sorting/bogo_sort.rb and run tests on CI
2020-12-28 09:00:53 -08:00
github-actions
082a02e761 updating DIRECTORY.md 2020-12-28 17:00:35 +00:00
Vitor Oliveira
40b4635895
Update DIRECTORY.md 2020-12-28 09:00:19 -08:00
Vitor Oliveira
bfcba1016b Update directory.md 2020-12-27 14:15:21 -08:00
Vitor Oliveira
97b8dd54cd Update DIRECTORY.md 2020-12-27 14:14:26 -08:00
Vitor Oliveira
80ecfe2270 Add StackOverflowError example 2020-12-27 14:07:08 -08:00
Vitor Oliveira
f0a01ee3da Minor changes 2020-12-27 14:02:46 -08:00
Vitor Oliveira
caa5afd97d Add Stack data structure: simple stack operations 2020-12-27 13:57:41 -08:00
Vitor Oliveira
43ebe0c33e Add Trie data structure: Search string 2020-12-27 11:13:10 -08:00
Vitor Oliveira
89ad4fdbbc Kill spaces 2020-12-20 17:02:35 -08:00
Vitor Oliveira
c82082c3c4 Add entry to DIRECTORY.md 2020-12-20 17:01:42 -08:00
Vitor Oliveira
4de3238d39 Add Recursive Double Linear Search 2020-12-20 17:01:07 -08:00
Vitor Oliveira
7289ef0055 spaces 2020-12-20 16:53:04 -08:00
Vitor Oliveira
7afb2806d3 Update DIRECTORY.md 2020-12-20 16:51:23 -08:00
Vitor Oliveira
e2a03f33c4 Pass rubocop 2020-12-20 16:50:42 -08:00
Vitor Oliveira
00a3e61cfe Add double linear search 2020-12-20 16:49:22 -08:00
Vitor Oliveira
99fae7a930 Update DIRECTORY.md 2020-12-20 16:11:46 -08:00
Vitor Oliveira
c5898581f4 Fix rubocop offenses 2020-12-20 16:08:48 -08:00
Vitor Oliveira
4586b9dcd9 Add Search algorithm: Recursive linear search 2020-12-20 16:06:24 -08:00
Vitor Oliveira
6a64ce0c5a
Update DIRECTORY.md 2020-12-19 20:24:18 -08:00
Vitor Oliveira
a285989e1c Rename var 2020-12-19 20:23:48 -08:00
Vitor Oliveira
dcfdf73a7f Separators 2020-12-19 20:20:45 -08:00
Vitor Oliveira
13f9770de5 Add DIRECTORY.md entry 2020-12-19 20:19:07 -08:00
Vitor Oliveira
ecde337d9b Add better solution - O(n) time and space 2020-12-19 20:18:22 -08:00
Vitor Oliveira
d24e95ae02 Add brute force solution 2020-12-19 20:18:06 -08:00
github-actions
d6e44e6afa updating DIRECTORY.md 2020-11-14 18:53:02 +00:00
vzvu3k6k
99b940ec8e Run tests on CI 2020-11-15 03:52:05 +09:00
vzvu3k6k
f3dc923ccb Add Rakefile to run tests 2020-11-15 03:52:05 +09:00
vzvu3k6k
2f53abe798 Add tests for Sorting/bogo_sort.rb 2020-11-15 03:52:03 +09:00
vzvu3k6k
cc30012691
Merge pull request #62 from TheAlgorithms/feature/unify-folder-name
Unify the folder name
2020-11-03 21:46:55 +09:00
vzvu3k6k
eecc823f12
Merge pull request #63 from TheAlgorithms/feature/unify-folder-name_lower-case
Lowercase folder names
2020-11-03 19:50:51 +09:00
github-actions
4764d50a40 updating DIRECTORY.md 2020-11-03 10:06:22 +00:00
vzvu3k6k
ec89206774 Lowercase folder names 2020-11-03 19:05:15 +09:00
github-actions
49d7c464ec updating DIRECTORY.md 2020-11-02 07:33:27 +00:00
Doppon
aca9a7c620 unify the folder name 2020-11-02 16:33:01 +09:00