Ad
  • Custom User Avatar

    Sorry ignore my question

  • Custom User Avatar

    Hi xDranik,

    Can you please update on the Test.assertEquals(validBraces( "(({{[[]]}}))" ), false);
    Shouldn't it return true?
    Thank you in advance

  • Custom User Avatar

    Thank you Johan. I've just updated the name and expected behaviour. Will be shortly working on new Kata with your feedback in mind. Wish u a nice evening.

  • Custom User Avatar

    Hi Gents,

    Thanks for all your help. The Kata "Next bigger number with the same digits" is a more complicated version of mine( I wasn't aware about its existance, when I created mine). My Kata checks whether there is an existing next larger value by inversing just the last two digits, otherwise it retruns the same number.
    I was wandering if my Kata can qualify as a simplified version of the existing one, which can be ranked much lower, thus new starters as me can take advantage of?

    Thank you in advance

  • Custom User Avatar

    Thank you for your feedback. Would you be able to give me some more details on your comment, as I was thinking that by checking if I can cahnge the last two digits for a bigger number, is the check if there is a next bigger number. Thank you in advance

  • Custom User Avatar

    Thanks for spotting my typo. I've just corrected it.

  • Custom User Avatar

    Hi Johan,

    Thank you for your feedback. I've searched for a Kata requesting the next greater number with the same digits and couldn't find one.
    Please let me know if mine's a duplicate. Forgive my ignorance as I'm newish on codewars.

    Thank you in advance