|
27 | 27 | ## Other |
28 | 28 | * [Fisher Yates](https://github.com/TheAlgorithms/Ruby/blob/master/other/fisher_yates.rb) |
29 | 29 |
|
30 | | -## Project Euler |
31 | | - * Problem 3 |
32 | | - * [Problem3 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%203/problem3_sol1.rb) |
33 | | - * Problem 4 |
34 | | - * [Problem4 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%204/problem4_sol1.rb) |
35 | | - |
36 | 30 | ## Project Euler |
37 | 31 | * Problem 1 |
38 | | - * [Problem1 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_1/problem1_sol1.rb) |
| 32 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_1/sol1.rb) |
39 | 33 | * Problem 2 |
40 | | - * [Problem2 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_2/problem2_sol1.rb) |
| 34 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_2/sol1.rb) |
| 35 | + * Problem 3 |
| 36 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_3/sol1.rb) |
| 37 | + * [Sol2](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_3/sol2.rb) |
| 38 | + * Problem 4 |
| 39 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_4/sol1.rb) |
| 40 | + * Problem 5 |
| 41 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_5/sol1.rb) |
41 | 42 | * Problem 20 |
42 | | - * [Problem20 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_20/problem20_sol1.rb) |
| 43 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_20/sol1.rb) |
43 | 44 | * Problem 21 |
44 | | - * [Problem21 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_21/problem21_sol1.rb) |
| 45 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_21/sol1.rb) |
45 | 46 | * Problem 22 |
46 | | - * [Problem22 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_22/problem22_sol1.rb) |
47 | | - * Problem 3 |
48 | | - * [Problem3 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_3/problem3_sol1.rb) |
49 | | - * Problem 5 |
50 | | - * [Problem5 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_5/problem5_sol1.rb) |
| 47 | + * [Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/project_euler/problem_22/sol1.rb) |
51 | 48 |
|
52 | 49 | ## Searches |
53 | 50 | * [Binary Search](https://github.com/TheAlgorithms/Ruby/blob/master/searches/binary_search.rb) |
|
59 | 56 |
|
60 | 57 | ## Sorting |
61 | 58 | * [Bogo Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bogo_sort.rb) |
62 | | - * [Bogo Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bogo_sort_test.rb) |
63 | 59 | * [Bubble Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bubble_sort.rb) |
64 | 60 | * [Bucket Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bucket_sort.rb) |
65 | 61 | * [Heap Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/heap_sort.rb) |
|
0 commit comments