Commit graph

54 commits

Author SHA1 Message Date
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
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
Namsons Davis
5ae154d094 Add the first problem from project Euler 2018-09-30 19:58:40 +03:00
Christian Bender
7175100e8c
Merge pull request #30 from christianbender/added_Sorting
I added a directory Sorting for sorting algorithms
2018-03-31 21:27:50 +02:00
Christian Bender
28075cbecb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
Christian Bender
8d2850be24
Merge pull request #24 from MacBox7/heap-sort
Thanks for contribution
2018-03-31 20:53:25 +02:00
Chetan Kaushik
7a189adccb
Merge pull request #20 from tuwukee/master
Add radix sort algorithm
2017-11-05 23:01:12 +05:30
Chetan Kaushik
4eb1a37084
Merge pull request #19 from simonszu/lists
Lists
2017-11-05 22:58:44 +05:30
Chetan Kaushik
b33d30af27
Merge pull request #17 from danielcarletti/bucket-sort
Bucket sort
2017-11-05 22:57:43 +05:30
Chetan Kaushik
44f05ed565
Merge pull request #13 from spencerking/binary_tree
Adding binary tree traversal and inversion
2017-11-05 22:57:30 +05:30
Chetan Kaushik
147ea89f9d
Merge pull request #12 from AndrewHYi/standard-file-names
Use ruby conventions for naming files
2017-11-05 22:57:15 +05:30
Chetan Kaushik
85786644ca
Merge pull request #9 from thomashhuang/master
Implemented linear and binary search with tests.
2017-11-05 22:56:22 +05:30
Chetan Kaushik
1a1c1c3987
Merge pull request #7 from michellejanosi/add_algorithm
Add quicksort algorithm
2017-11-05 22:56:07 +05:30
Chetan Kaushik
fff65abae1
Merge pull request #6 from JuantAldea/EuclideanGCD
Adding Euclidean GCD
2017-11-05 22:55:52 +05:30
Chetan Kaushik
d8c365502e
Merge pull request #3 from andredurao/master
Adds Shell Sort Algorithm on README
2017-11-05 22:55:17 +05:30
MacBox7
56d295f1da Implementation of Heap Sort 2017-10-08 22:25:59 +05:30
Yulia Oletskaya
a8ce5b7678 Add radix sort algorithm 2017-10-04 16:16:42 +03:00
Simon Szustkowski
d036dfd236 Added a double linked list data structure 2017-10-03 15:06:15 +02:00
Simon Szustkowski
b0b33ec97b Added a single linked list data structure 2017-10-02 21:56:15 +02:00
Daniel RC
6ab8da8f2b Bucket sort 2017-10-02 11:02:59 -03:00
Spencer King
df1d3b24dd Traversals and invert 2017-10-01 18:00:27 -05:00
Andrew H Yi
232974960e Use ruby conventions for naming files 2017-10-01 18:41:17 -04:00
Thomas Huang
716890e4c8 Implemented linear and binary search with tests. 2017-10-01 12:56:35 -05:00
michellejanosi
46962e371f Add quicksort algorithm 2017-10-01 10:20:29 -04:00
Juan Antonio
160126c2d3 Adding Euclidean GCD 2017-10-01 15:36:02 +02:00
André Durão
5a6e6fcf4c Rename files to Ruby's common usage 2017-09-28 14:05:10 -03:00
André Durão
a55f9d026a Adding Shell Sort Algorithm on README 2017-09-28 14:05:06 -03:00
Anup Kumar Panwar
5cd15d08d8 Merge pull request #2 from RaiVaibhav/master
Added Selection Sort algorithm
2017-09-28 19:22:47 +05:30
Vaibhav Rai
66127e3eac Update README.md
Updated Readme
2017-09-28 18:58:07 +05:30
Vaibhav Rai
40c21942ef Create Selection_Sort.rb
Selection_Sort in Ruby
2017-09-28 18:48:29 +05:30
Chetan Kaushik
3a420212b5 Updated Readme 2016-08-16 20:05:33 +05:30