Vitor Oliveira
|
906ccac28d
|
Make changes according to review
|
2021-02-13 09:54:10 -08:00 |
|
Vitor Oliveira
|
baa7ca17b4
|
Update data_structures/linked_lists/circular_linked_list.rb
Co-authored-by: vzvu3k6k <vzvu3k6k@gmail.com>
|
2021-02-13 09:47:50 -08:00 |
|
github-actions
|
36d8075f3f
|
updating DIRECTORY.md
|
2021-02-07 18:24:38 +00:00 |
|
Vitor Oliveira
|
c99c8ffb04
|
Rename files
|
2021-02-07 10:24:22 -08:00 |
|
Vitor Oliveira
|
0624af6cb9
|
Rename class names
|
2021-02-07 10:17:53 -08:00 |
|
Vitor Oliveira
|
a4b8e1eb15
|
Add tests for Circular linked list
|
2021-02-07 10:15:36 -08:00 |
|
Vitor Oliveira
|
94bd130aad
|
Add quick test for SingleList
|
2021-02-07 10:13:12 -08:00 |
|
Vitor Oliveira
|
5ddb7345bf
|
remove unused variable
|
2021-02-07 10:13:12 -08:00 |
|
github-actions
|
1c20c18b43
|
updating DIRECTORY.md
|
2021-02-07 18:09:07 +00:00 |
|
Vitor Oliveira
|
1511265825
|
Improve doubly linked list
|
2021-02-07 10:08:48 -08:00 |
|
Vitor Oliveira
|
8607abde16
|
minor changes
|
2021-02-06 23:14:50 -08:00 |
|
Vitor Oliveira
|
1fe4dead1b
|
minor changes
|
2021-02-06 23:12:37 -08:00 |
|
Vitor Oliveira
|
e21120857d
|
Clean up
|
2021-02-06 23:05:54 -08:00 |
|
github-actions
|
3bde29dd55
|
updating DIRECTORY.md
|
2021-02-07 06:49:35 +00:00 |
|
Vitor Oliveira
|
328d0f68fd
|
Merge pull request #45 from prathamsharma92/prathamsharma92-patch-1-jump_search
Create jump_search.rb
|
2021-02-06 22:49:22 -08:00 |
|
Vitor Oliveira
|
84b4964d8f
|
kill space
|
2021-02-06 22:48:51 -08:00 |
|
Vitor Oliveira
|
8b32ea1c24
|
Update Searches/jump_search.rb
|
2021-02-06 22:48:35 -08:00 |
|
Vitor Oliveira
|
c3b26bed0a
|
Update Searches/jump_search.rb
|
2021-02-06 22:48:31 -08:00 |
|
github-actions
|
d52aacece4
|
updating DIRECTORY.md
|
2021-02-05 14:33:53 +00:00 |
|
vzvu3k6k
|
52d789832c
|
Merge pull request #83 from atarax665/binary_to_decimal
[Math] Binary to Decimal Conversion
|
2021-02-05 23:33:35 +09:00 |
|
Abhinav Anand
|
649f6032c3
|
Added binary_to_decimal.rb
|
2021-02-03 22:58:43 +05:30 |
|
github-actions
|
e846982084
|
updating DIRECTORY.md
|
2021-01-28 18:41:14 +00:00 |
|
Vitor Oliveira
|
630e98f1af
|
Merge pull request #82 from atarax665/number_of_digits
|
2021-01-28 10:40:55 -08:00 |
|
Abhinav Anand
|
b54b43f68b
|
Update maths/number_of_digits.rb
Co-authored-by: Vitor Oliveira <vbrazo@gmail.com>
|
2021-01-28 23:33:14 +05:30 |
|
Stepfen Shawn
|
fd8a0728ca
|
Update LICENSE.md
|
2021-01-28 03:24:42 -06:00 |
|
github-actions
|
0508e8ad1e
|
updating DIRECTORY.md
|
2021-01-28 03:00:40 +00:00 |
|
Vitor Oliveira
|
f7fe59f47d
|
Merge pull request #80 from atarax665/extended_euclidean_algorithm
[Discrete Mathematics] Extended Euclidean Algorithm
|
2021-01-27 19:00:25 -08:00 |
|
Abhinav Anand
|
3a52ac6e77
|
Added number_of_digits.rb
|
2021-01-26 23:15:39 +05:30 |
|
Abhinav Anand
|
a480118b7d
|
Fixed typo
|
2021-01-25 22:13:23 +05:30 |
|
github-actions
|
d38b8ef0a2
|
updating DIRECTORY.md
|
2021-01-23 23:21:01 +00:00 |
|
Vitor Oliveira
|
ed2b692d43
|
Merge pull request #81 from atarax665/sum_of_digits
[Maths] Sum of Digits
|
2021-01-23 15:20:48 -08:00 |
|
Vitor Oliveira
|
7800d34d60
|
add description for digits sum algorithm
|
2021-01-23 15:18:56 -08:00 |
|
Abhinav Anand
|
43ffe01e39
|
sum_of_digits.rb
|
2021-01-22 14:28:42 +05:30 |
|
Abhinav Anand
|
a3e9ee2ece
|
extended_euclidean_algorithm.rb
|
2021-01-22 13:38:45 +05:30 |
|
github-actions
|
1cadf12bb1
|
updating DIRECTORY.md
|
2021-01-15 07:15:45 +00:00 |
|
Vitor Oliveira
|
3053e027c5
|
Merge pull request #79 from atarax665/ternary_search
Searching Algorithm: Ternary Search
|
2021-01-14 23:15:29 -08:00 |
|
Abhinav Anand
|
0f299ab868
|
Added Ternary Search Algorithm
|
2021-01-14 23:40:08 +05:30 |
|
Doppo
|
ca83061afe
|
Merge pull request #78 from Doppon/fix-ciphers-example
Ciphers MerkleHellman: Unify indentation for 2 spaces
|
2021-01-14 07:31:29 +09:00 |
|
Doppon
|
a062a37602
|
Unify indentation for 2 spaces
|
2021-01-14 07:26:24 +09:00 |
|
Vitor Oliveira
|
c84c840948
|
Merge pull request #77 from vzvu3k6k/ci-ruby3
Update Ruby from 2.7 to 3.0 on CI
|
2021-01-11 11:40:18 -08:00 |
|
vzvu3k6k
|
6f65796491
|
Migrate to ruby/setup-ruby for Ruby 3.0
actions/setup-ruby has not yet supported Ruby 3.0.
|
2021-01-12 02:07:42 +09:00 |
|
vzvu3k6k
|
b68d164538
|
Update Ruby from 2.7 to 3.0 on CI
|
2021-01-12 01:52:43 +09:00 |
|
github-actions
|
24ec271a6d
|
updating DIRECTORY.md
|
2021-01-09 19:10:44 +00:00 |
|
Vitor Oliveira
|
e4c33632a4
|
Merge pull request #76 from snood1205/add-maths-algos
Add absolute value, aliquot sum, ceil, and square root
|
2021-01-09 11:10:28 -08:00 |
|
Vitor Oliveira
|
a80478dfd3
|
Update maths/square_root_test.rb
|
2021-01-09 11:09:56 -08:00 |
|
Eli Sadoff
|
4bb534f312
|
Add absolute value, aliquot sum, ceil, and square root
Add maths to directory
|
2021-01-08 17:14:52 -05:00 |
|
Vitor Oliveira
|
366b091914
|
Merge pull request #75 from vzvu3k6k/remove-badges
Remove badges of unused tools
|
2021-01-02 08:27:54 -08:00 |
|
Vitor Oliveira
|
1d37869c39
|
Merge pull request #74 from vbrazo/add-github-files
Add stale.yml and CODEOWNERS
|
2021-01-02 07:53:20 -08:00 |
|
vzvu3k6k
|
72125ca54c
|
Remove badges of unused tools
Some badges of unused tools have slipped in
when README.md is updated based on the Python repository (#72).
|
2021-01-03 00:52:55 +09:00 |
|
Vitor Oliveira
|
366aafe6d6
|
Remove limitPerRun
|
2021-01-02 07:52:11 -08:00 |
|