Update Day27 Solution for C, C++ and Java as per new question
Closed this issue · 7 comments
The question for Day27 has been updated. so it would be great if someone can update the solution in C++, and java language.
- Java Completed
- C++ Completed
Suggestion: Python solution for this problem is already updated so you can take reference from it
Can i do this for java? Should the test cases be put in the main method or like a Unit Test in JUnit?
hey @TheNyneR , sure go ahead you can do in java. can u check out the problem on hacker rank once and try to solve there in java language. whatever solution you will be providing over there, same you can update here.
Okay i have solved it on hackerrank. The problem was i had to guess the URL since there was a timer for any day above 0. Should i also add the existing code or just my additions?
The question for day27 is of testing. I’ll test it out while reviewing PR. Don’t push the existing stubbed code present on hacker rank only push your code changes
Can i do this for C++?
Sure go ahead