problem-solving
problem-solving copied to clipboard
solutions to various problem solving (programming) exercises
Results
2
problem-solving issues
Sort by
recently updated
recently updated
newest added
The code for ABBA div1 is incorrect it does not work for the input A BAAA The answer should be possible but the code produces impossible
The solution you've provided [here](https://github.com/yaru22/problem-solving/blob/master/hackerrank/the-pads.sql) for [The PADS challenge](https://www.hackerrank.com/challenges/the-pads/problem) in Hackerrank is not acceptable by them. It shows _wrong answer_ message. Also, try to give comments where you explain the...