Commit af75f9c
Ruby & Python Implementation of Day 13 problem (#139)
* Add @aaditkamat as a contributor
* Add Ruby code for Day 1: FizzBuzz problem
* Add Ruby code for Day 2: String reverse problem
* Update README.md for Day 2
* Modify Ruby code and README
* Add condition for nil and wrong type edge cases
* Add a seperate Ruby source code file for palindrome
* Modify code for reverse.rb
* Add seperate palindrome and reverse code sections in README
* Update gitignore
* Refactor palindrome.rb and rename heading in README
* Add solution for Day 3: Hamming Problem
* Add condition for strings of unequal lengths
* Update README
* Change project name and owner in.all-contributorsrc
* Remove merge conflict lines
* Add @shivank86 as a contributor
* Add C++ files for different patterns
* Add author and date comments at the top of C++ files
* Update README.md
* Add solution for Day 6 Problem in Python
* Update README
* Refactor code files
* Modify string representation of output in python files
* Add Ruby solutions for Day 6 problem
* Update README for Ruby code
* Add first version of solutions for Day 7 problem in C++, Java & Ruby
* Modify solutions
* Update Day 7 README
* Remove merge conflicts from CONTRIBUTORS.md
* Add back removed lines in CONTRIBUTORS.md
* Add code sections contributed by @imkaka to day 6 README
* Update README.md
* Add C++ solution
* Add Day 8 solution in C++
* Add Day 8 solution in Java
* Add Day 8 solution in Ruby
* Add Day 8 solution in Python
* Add credits at the top of the code
* Update README
* Update C++ implementation
* Update Python implementation
* Add solution for Day 10: String Permutation Problem in Python
Signed-off-by: Aadit Rahul Kamat <aadit.k12@gmail.com>
* Update Day 10 README
Signed-off-by: Aadit Rahul Kamat <aadit.k12@gmail.com>
* Change heading in README and remove empty directory in day 9
Signed-off-by: Aadit Rahul Kamat <aadit.k12@gmail.com>
* Update README.md
* Add Ruby solutions for Day 13
* Update README
* Add credits to the code
* Add Python solution for Day 13
* Update Day 13 README
* Update fibonacci.py
* Modify Fibonacci python code section in day 13 README1 parent 0ca7380 commit af75f9c
File tree
6 files changed
+602
-27
lines changed- day13
- Python
- Ruby
6 files changed
+602
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
6 | 22 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
11 | 31 | | |
12 | | - | |
13 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
14 | 35 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
20 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
21 | 65 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
31 | 74 | | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
0 commit comments