Ad
  • Custom User Avatar

    our task is to generate the Fibonacci sequence to n places , with each alternating value as "skip" So, there must be n sections separated by spaces to form the big string. Since only every 2nd value will be skip, if it is an even number, it must end with skip.

  • Default User Avatar

    There is a problem where in the answers some of the random tests say for example that '1 skip 2 skip 5' should equal '1 skip 2 skip 5 skip' so some of the random answers have trailing skips that shouldnt be there. I think this is for python only.
    Edit: I've now realised that the extra skip is expected if n is even. Why is this the case?

  • Default User Avatar

    Ok I know what the problem Is this is very helpful.
    Thanks

  • Custom User Avatar

    The problem occurs for longer strings(length >= 30). For example, for this input lhxksmv9apd1vxcb8im12v35c5nzfwkr9vg, I get this error 'liznwrb9ayn1hkcq8ze12q35c5nahzor9co' should equal 'liznwrb9ayn1hkcq8ze12q35c5nihzor9go'.

  • Default User Avatar

    What is wrong I'm not sure where the problem is could you explain more? Where is the problem?

  • Default User Avatar

    It just means that it should handle strings longer than 26 letters.

  • Default User Avatar

    Sorry I will fix this later this is only my first kata.

  • Custom User Avatar

    Also, as mentioned below, the expected values (and the reference solution) is bugged. Please check your work.

  • Custom User Avatar

    Please don't make another trivial variant of Caesar cipher, it's a duplicate to many existing katas.

  • Default User Avatar

    Logic underlining

    Should handle strings of any length

    is unspecified.

  • Custom User Avatar

    I'm pretty sure it's bugged

  • Default User Avatar

    The "longer input" part is unclear to me.

  • Custom User Avatar

    Can this kata be solved by adhering to the spec?

  • Default User Avatar

    How do i make random tests

  • Custom User Avatar