Ad
  • Custom User Avatar

    This is one of the most creative katas I've seen here. Thanks!

  • Custom User Avatar

    the combination of multiple tests per it and the test code writing to stdout is confusing.

    when the solver fails a test and expands a failed test by clicking on it, there'll be a bunch of output there. except, it might not be related to the failed test but rather tests before it

    also, writing out the strings directly unquoted is a pain to read, and the first line is formatted differently from the others, it's difficult to tell where things start and end and there may be leading or trailing newlines/spaces

  • Custom User Avatar

    I took it to mean the same as you. Might speaks more to probabilities so it reads like "there is 0% chance \n will be redacted." Using "may" instead speaks to permission, "Any character may be redacted (except \n)" = "\n is not allowed to be redacted".

    Anyway your comment helped me solve this Kata, cheers. I was stuck on exactly this.

  • Custom User Avatar

    Thank you!
    I eventually gave up on Mt Fuji and then noticed it in the random tests

  • Custom User Avatar

    The capitalisation on the V at the top is different

  • Custom User Avatar
    AB-GEN-II
    
                 __ __            
                /  V  \           
               /       \          
              /         \         
             /           \        
            /             \       
           /               \      
    ______/                 \_____
                 88 88            
    
    
    Your AB-GEN-II solution
    
                 __ __            
                /  v  \           
               /       \          
              /         \         
             /           \        
            /             \       
           /               \      
    ______/                 \_____
                 88 88            
    

    I don't see any difference here... I even used the same number of spaces?

  • Custom User Avatar
  • Custom User Avatar

    Really great idea for a kata to learn to break the code with, congratulations.

  • Custom User Avatar

    Thanks for the reply , rookie mistake

  • Custom User Avatar

    it is your logging that is misleading. you do not print a newline after the input, so several successive inputs are concatenated together.

  • Custom User Avatar

    I think there is a problem with the last random test case in c,there is a noise more than 4 characters long

  • Custom User Avatar

    This was a good kata, well done dinglemouse 👍👍

  • Custom User Avatar

    this is a cool kata, and doesn't seem that hard but i can't understand the clockwise/anti-clockwise part :(. can someone please explain?

  • Custom User Avatar

    Best one 😄

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Loading more items...