-
Notifications
You must be signed in to change notification settings - Fork 150
Add Ruby implementation for Day 6 problem; Add Ruby, C++ & Java implementations for Day 7 problem #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # .all-contributorsrc # CONTRIBUTORS.md # Day1/README.md
|
Hey @aaditkamat looks like there are some merge conflicts, |
|
Sorry for these extraneous change in titles, I was trying to format the title properly |
MadhavBahl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the README, some codes were removed,
it might be a case that someone's PR was accepted and after that you pushed your changes, I guess due to that some lines were removed.
Please fix it.
| * @author : dhruv-gupta14 | ||
| * @date : 27/12/2018 | ||
| */ | ||
| ```ruby |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are the @author and @date credits
| print("Reverse of string: ", reverse_words(string)}) | ||
| ``` | ||
|
|
||
| ## C++ Implementation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove the C++ implementation
| puts "\nAre #{first_str} and #{second_str} anagrams? #{check_anagram(String.new(first_str), String.new(second_str))}" | ||
| ``` | ||
|
|
||
| ### [Anagram Check by @imkaka](./C++/checkAnagram.cpp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
| print("Reverse of string \'", string, "\': ", reverse_words(string), sep='') | ||
| ``` | ||
|
|
||
| ### [Word Reverse by @imkaka](./C++/wordReverse.cpp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
Please make sure you have done the following:
/Day<n>/directory (Where n is for nth day)all-conributors-cli