Commit graph

383 commits

Author SHA1 Message Date
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
github-actions
0ebdcdd38b updating DIRECTORY.md 2020-10-15 21:42:48 +00:00
Anup Kumar Panwar
c5b278208c
Merge pull request #53 from red0xff/merkle-hellman
Add merkle-hellman cryptosystem implementation
2020-10-16 03:12:33 +05:30
Niboucha Redouane
dc79a23dee Add merkle-hellman cryptosystem implementation 2020-10-12 21:41:20 +02:00
Niboucha Redouane
75c72ca7a5 Fix the programming style (make it more idiomatic to Ruby) 2020-10-12 18:59:48 +02:00
github-actions
a3d895a367 updating DIRECTORY.md 2020-10-11 17:42:29 +00:00
Anup Kumar Panwar
d6d2d67fe8
Merge pull request #49 from dandynaufaldi/search-dfs
Add depth first search
2020-10-11 23:12:14 +05:30
Anubhav Jain
963167459e Add solution for the Project Euler Problem 3 2020-10-11 23:01:45 +05:30
Dandy Naufaldi
e51fc998a8 Add depth first search 2020-10-04 13:06:47 +07:00
github-actions
65f50c83a2 updating DIRECTORY.md 2020-05-14 15:00:18 +00:00
Stepfen Shawn
26a7610238
Merge pull request #47 from Doppon/fix-ruby-syntax
Fix syntax of ruby code, and Unify the naming convention with snake case
2020-05-14 23:00:00 +08:00
Doppon
cb7542873e fix filename to snake_case 2020-05-14 11:20:14 +09:00
Doppon
c7177045c8 fix syntax of Sorting 2020-05-14 11:15:53 +09:00
Doppon
b23765e4c8 fix syntax of other and discrete_mathmatics 2020-05-14 11:11:55 +09:00
Doppon
9c1823739c fix syntax of data_structures 2020-05-14 11:05:14 +09:00
Stepfen Shawn
04fd348291
Merge pull request #40 from mateusluizfb/master
Fix `NoMethodError` in the quicksort
2020-04-16 09:33:42 -05:00
Stepfen Shawn
2b2b0ed5c9
Update README.md 2020-04-16 22:27:58 +08:00
github-actions
9a7394c14b updating DIRECTORY.md 2020-04-16 14:26:19 +00:00
Stepfen Shawn
209c792a44
Create update_directory_md.yml 2020-04-16 22:25:55 +08:00
Stepfen Shawn
4dc106cdb6
Create DIRECTORY.md 2020-04-16 22:24:20 +08:00
Caesar
734274f278
Merge pull request #46 from t-mangoe/merge_sort
Add merge sort
2020-02-20 04:05:04 -06:00
t-mangoe
df6fdd0a14 Add merge sort 2020-02-09 23:53:12 +09:00
Pratham Sharma
2c1b0d9f77
Create jump_seach.rb 2019-10-21 23:09:15 +05:30
Onur ER
86d4829953
Add the fourth problem from project Euler
Add the fourth problem from project Euler
2019-10-18 15:37:07 +03:00
Onur ER
2980dd73c1
Add the fourth problem from project Euler
Add the fourth problem from project Euler
2019-10-18 15:33:19 +03:00
Onur ER
3cca135e4e
Add the third problem from project Euler
Add the third problem from project Euler
2019-10-17 12:26:54 +03:00
Harsh kumar
2ab1f330b4 Create CircularList 2019-10-05 11:46:16 +05:30
Mateus Luiz
b950d3530d
Fix NoMethodError in the quicksort
The code was raising a `NoMethodError` with the description: 
`quicksort.rb:17:in `<main>': private method `quicksort' called for [34, 2, 1, 5, 3]:Array (NoMethodError)`

This commit fixes that
2019-07-02 14:18:06 -03:00
Christian Bender
aa4dfbeefb
Merge pull request #39 from VitorCarminatti/requested-changes
Changed folder and added simple user interface
2019-02-18 19:25:31 +01:00
Vitor
3fcd4b28a0 Changed folder and added simple user interface 2019-02-18 09:20:35 -03:00
Christian Bender
fd39d5725a
Merge pull request #32 from dnamsons/Project-euler-first-problem
Add the first problem from project Euler
2019-02-15 18:36:16 +01:00
Christian Bender
4d0b9f2223
Merge pull request #35 from ievax/project-euler-problem5
Added the fifth problem from project Euler
2019-02-15 18:22:34 +01:00
Christian Bender
3c4774cd84
Merge pull request #33 from dnamsons/Project-euler-second-problem 2019-02-15 18:18:01 +01:00
Christian Bender
73572f740d
Merge pull request #38 from pablohildo/fix/readme
Thanks for contributing
2019-02-14 21:50:33 +01:00
Christian Bender
d75f5a5cca
Merge pull request #37 from pablohildo/master
Added Fisher and Yates Shuffle
2019-02-14 21:48:05 +01:00
Pablo Hildo
1e6020460f Added Bogo Sort README 2018-10-04 23:01:36 -03:00
Pablo Hildo
57837d4a96 Added Fisher and Yates Shuffle 2018-10-04 22:45:00 -03:00
ievax
fe28073763 Added the fifth problem from project Euler 2018-10-01 22:10:51 +03:00
Namsons Davis
678271fc20 Add the second problem from project Euler 2018-09-30 21:20:25 +03:00