Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
104 commits
Select commit Hold shift + click to select a range
248bea9
Add @aaditkamat as a contributor
Dec 21, 2018
85abd67
Add Ruby code for Day 1: FizzBuzz problem
Dec 21, 2018
0c80762
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 22, 2018
76cf6c5
Add Ruby code for Day 2: String reverse problem
Dec 22, 2018
39210a0
Update README.md for Day 2
Dec 22, 2018
64a0ca2
Modify Ruby code and README
Dec 22, 2018
ab743a6
Add condition for nil and wrong type edge cases
Dec 22, 2018
48e33c7
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 22, 2018
bdeefe5
Add a seperate Ruby source code file for palindrome
Dec 22, 2018
fc41b6a
Modify code for reverse.rb
Dec 22, 2018
784ee39
Add seperate palindrome and reverse code sections in README
Dec 22, 2018
b24fa8c
Update gitignore
Dec 23, 2018
b40d361
Refactor palindrome.rb and rename heading in README
Dec 23, 2018
763683a
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 24, 2018
5f1a01d
Add solution for Day 3: Hamming Problem
Dec 24, 2018
8d37216
Add condition for strings of unequal lengths
Dec 24, 2018
3183f2d
Update README
Dec 24, 2018
08c9ca1
Change project name and owner in.all-contributorsrc
Dec 25, 2018
6350c3f
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 25, 2018
af34b2a
Remove merge conflict lines
Dec 25, 2018
e07c5f1
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 25, 2018
c3d05d6
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 25, 2018
6db4527
Add @shivank86 as a contributor
Dec 25, 2018
3667ef7
Merge remote-tracking branch 'upstream/master'
Dec 26, 2018
6ff55a0
Merge branch 'master' of github.com:aaditkamat/dailycodebase
Dec 26, 2018
e4ea3ad
Add C++ files for different patterns
Dec 26, 2018
a46eeab
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 26, 2018
b74a9e5
Add author and date comments at the top of C++ files
Dec 26, 2018
0d16771
Update README.md
Dec 26, 2018
a0879ef
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 26, 2018
8bf3f5b
Merge branch 'master' into master
Dec 27, 2018
f0527fc
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 27, 2018
543d167
Add solution for Day 6 Problem in Python
Dec 27, 2018
9d7d81f
Update README
Dec 27, 2018
46dbf7b
Refactor code files
Dec 27, 2018
cc40fc8
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 27, 2018
1134c2d
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 27, 2018
bb3ab0c
Modify string representation of output in python files
Dec 27, 2018
d96703e
Add Ruby solutions for Day 6 problem
Dec 27, 2018
c2c91da
Update README for Ruby code
Dec 27, 2018
ceadf27
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 28, 2018
c1cbccb
Merge branch 'master' of github.com:aaditkamat/dailycodebase
Dec 28, 2018
2e855d2
Add first version of solutions for Day 7 problem in C++, Java & Ruby
Dec 28, 2018
d9a1e8c
Modify solutions
Dec 28, 2018
5f16c38
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 28, 2018
5499b34
Update Day 7 README
Dec 28, 2018
96b645f
Remove merge conflicts from CONTRIBUTORS.md
Dec 28, 2018
815d24e
Add back removed lines in CONTRIBUTORS.md
Dec 28, 2018
12443c2
Merge branch 'master' into master
Dec 29, 2018
0d95ea5
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 29, 2018
1e45c12
Merge branch 'master' of github.com:aaditkamat/dailycodebase
Dec 29, 2018
38724d2
Add code sections contributed by @imkaka to day 6 README
Dec 29, 2018
0cc23ba
Update README.md
MadhavBahl Dec 29, 2018
5c74b48
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 31, 2018
2f5c30d
Merge branch 'master' of github.com:aaditkamat/dailycodebase
Dec 31, 2018
3ddedb4
Add C++ solution
Dec 31, 2018
b84a4d4
Add Day 8 solution in C++
Dec 31, 2018
26f256c
Add Day 8 solution in Java
Dec 31, 2018
905596d
Add Day 8 solution in Ruby
Dec 31, 2018
a457d3c
Add Day 8 solution in Python
Dec 31, 2018
873cc51
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Dec 31, 2018
f1a18c3
Add credits at the top of the code
Dec 31, 2018
a283abf
Update README
Dec 31, 2018
486b459
Update C++ implementation
Dec 31, 2018
c4c0f9d
Update Python implementation
Dec 31, 2018
ef2afe7
Merge branch 'master' into master
Jan 1, 2019
35a928f
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Jan 1, 2019
f5b8355
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Jan 2, 2019
23f8eea
Merge remote-tracking branch 'origin/master'
Jan 2, 2019
61b941f
Add solution for Day 10: String Permutation Problem in Python
Jan 2, 2019
cee4779
Update Day 10 README
Jan 2, 2019
1e7be81
Merge branch 'master' into master
MadhavBahl Jan 2, 2019
08da228
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Jan 3, 2019
daf1625
Merge remote-tracking branch 'origin/master'
Jan 3, 2019
f97ce93
Change heading in README and remove empty directory in day 9
Jan 3, 2019
a0f88dc
Merge pull request #1 from CodeToExpress/master
Jan 3, 2019
f1e7f00
Update README.md
MadhavBahl Jan 3, 2019
2811166
Merge branch 'master' into master
MadhavBahl Jan 3, 2019
537062c
Merge master branch of CodeToExpress/dailycodebase into master branch…
Jan 4, 2019
2636dc6
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Jan 7, 2019
b3ee288
Add Ruby solutions for Day 13
Jan 7, 2019
dc8fe63
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Jan 7, 2019
8df29df
Update README
Jan 7, 2019
e9c2cef
Add credits to the code
Jan 7, 2019
dcc1b87
Add Python solution for Day 13
Jan 7, 2019
4ce5d73
Update Day 13 README
Jan 7, 2019
38e180b
Update fibonacci.py
Jan 7, 2019
2213514
Modify Fibonacci python code section in day 13 README
Jan 7, 2019
0deaaf4
Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase
Jan 8, 2019
5e8b5d5
Merge remote-tracking branch 'origin/master'
Jan 8, 2019
3eae5c2
Merge branch 'master' of github.com:CodeToExpress/dailycodebase
Jan 10, 2019
84c49f5
Merge branch 'master' of github.com:CodeToExpress/dailycodebase
Jan 11, 2019
5758d99
Add Ruby solution to Day 16 problem
Jan 11, 2019
3cf81e5
Update Day 16 README with Ruby implementation
Jan 11, 2019
d4e98e9
Change wording of print statement
Jan 11, 2019
ca423b9
Merge branch 'master' into master
MadhavBahl Jan 12, 2019
6011f87
Merge branch 'master' of github.com:CodeToExpress/dailycodebase
Jan 13, 2019
0b34d25
Merge branch 'master' of github.com:CodeToExpress/dailycodebase
Jan 13, 2019
438887f
Add Python solution to Day 17 problem
Jan 13, 2019
54f6d4f
Add Python implementation to Day 17 README
Jan 13, 2019
0eee5ba
Merge remote-tracking branch 'origin/master'
Jan 13, 2019
1ab5ae7
Merge pull request #4 from CodeToExpress/master
Jan 15, 2019
d0a9d5d
Merge pull request #5 from aaditkamat/day-18
Jan 15, 2019
45c5082
Merge branch 'master' into master
MadhavBahl Jan 15, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
Aadit Rahul Kamat committed Dec 24, 2018
commit 3183f2d63c92ecaaa7da793e893192c5798752df
3 changes: 3 additions & 0 deletions Day3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ public class HammingDistance {

int hammingDistance(string first_word, string second_word) {
int count = 0;
if (first_word.size() != second_word.size()) {
return -1;
}
for (int i = 0; i < first_word.size(); i++) {
if (first_word[i] != second_word[i]) {
count++;
Expand Down