Commit graph

321 commits

Author SHA1 Message Date
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
vzvu3k6k
55f7f86c76
Merge pull request #60 from vzvu3k6k/fix-typo
chore: Fix typos (seprated -> separated)
2020-11-01 20:58:58 +09:00
vzvu3k6k
48fe20307d Fix typos (seprated -> separated) 2020-11-01 20:58:09 +09:00
vzvu3k6k
4c2e1d9dea
Merge pull request #59 from vzvu3k6k/fix-warnings
chore: fix warnings by `ruby -w`
2020-11-01 20:53:59 +09:00
vzvu3k6k
4125507727 Use comment instead of string literal
This removes the following warning which `ruby -w` emits:
> heap_sort.rb:1: warning: unused literal ignored
2020-11-01 20:52:30 +09:00
vzvu3k6k
9e911b19d6 Fix indentation
This removes the following warning which `ruby -w` emits:
> bogo_sort.rb:8: warning: mismatched indentations at 'end' with 'def' at 2
2020-11-01 20:52:23 +09:00
github-actions
df6467d8a8 updating DIRECTORY.md 2020-10-31 15:54:26 +00:00
Anubhav Jain
9755ecad5f
Merge pull request #58 from anubhav8421/add-solution-to-project-euler-problem-20
Add solution to project euler problem 20
2020-10-31 21:24:11 +05:30
github-actions
6e02f3df59 updating DIRECTORY.md 2020-10-31 14:51:03 +00:00
Nikhil Kala
471a8f24da
Merge pull request #57 from anubhav8421/add-solution-to-project-euler-problem-21
Add solution to project euler problem 21
2020-10-31 20:20:49 +05:30
Anubhav Jain
288956fc87 Add solution to project euler problem 20 2020-10-31 20:16:59 +05:30
Anubhav Jain
d305176764 Add solution to project euler problem 21 2020-10-31 19:58:38 +05:30
github-actions
62d8516a7e updating DIRECTORY.md 2020-10-30 18:09:17 +00:00
Anup Kumar Panwar
751aa9fa41
Merge pull request #54 from anubhav8421/add-solution-for-project-euler-problem-22
Add solution to problem 22 of Project Euler
2020-10-30 23:39:03 +05:30
github-actions
459f674ec2 updating DIRECTORY.md 2020-10-29 18:53:01 +00:00
vzvu3k6k
55e16ab995 Add solution for the Project Euler Problem 4 2020-10-30 03:51:48 +09:00
Anubhav Jain
04370fbb4c Make changes as per the review received 2020-10-29 02:52:56 +05:30
Anubhav Jain
29f5afc96a Add question 22 details in the solution file 2020-10-18 15:45:59 +05:30
Anubhav Jain
e559a4d25b Add solution to problem 22 of Project Euler 2020-10-18 15:10:59 +05:30
github-actions
42edafb785 updating DIRECTORY.md 2020-10-15 21:49:23 +00:00
Anup Kumar Panwar
5562342e12
Merge pull request #50 from anubhav8421/project-euler-problem-3
Add solution for the Project Euler Problem 3
2020-10-16 03:19:07 +05:30
Anup Kumar Panwar
961634d80c
Merge pull request #52 from red0xff/linked-lists-fix-ruby-style
make linked-list implementations more respectful on the Ruby style, and make them enumerable
2020-10-16 03:13:35 +05:30