Ad
  • Default User Avatar

    Bumping @l4cr0ss and @aruslan123; SIGSEGV on C++. Euphoric kata, wish I could get the credit.

  • Default User Avatar

    Although this has already been stated, at the risk of exhausting the issue I will reiterate. A set of directions [ N W S E ] would be useless if the goal is to end at a new place, unlike what the problem states, but not quite useless if the goal is to hit something on the way there. This objective of travel is not stated in the question, and the note at the bottom only serves as a seemingly out of place exception to make the kata harder unjustifiably. While it would be advantageous for training purposes to adapt one's code to this exception, it has no logical motivation in the kata. This kata needs to be fixed to removed this.

  • Default User Avatar

    Advice for the future, if your "else" statement does nothing, it isn't necessary to include.