Ad
  • Custom User Avatar

    You know that trolls starve when not fed? I do not know if the OP is a troll or not, but whenever you think you see one, just don't feed it. You reply, you lose.

  • Custom User Avatar

    what a troll lol, you're just mad you had to use a loop like a LOSER. good for you though commenting an explanation of what an odd number is, really top notch best practice stuff. Do you usually go on codewars before or after your shift at google?

  • Custom User Avatar

    Simpler, faster algorithms are more maintainable and consume fewer resources. Seems to me like you didn't notice that there was a more efficient solution than the one you created, and now you're trying to turn that into a virtue instead of trying to learn from it. OK, so you didn't optimize the algorithm as much as it can be optimized. It didn't matter for this problem. But if you want to learn to write efficient code, I think this is a really valuable lesson to learn.

  • Custom User Avatar

    in every world outside your little computer science problem. your problem is that you don't see beyond your little world of computer science and math. that's why somebody without a CS degree is signing your paycheck.

    closed form solutions have limited application in the real world. the real world is non-linear. nobody gives a crap about the sum of first n-odd numbers in any real world application. in my view the purpose of the kata is to recognize the pattern in the numbers and think through how to replicate the pattern in code, and then solve the pattern. the purpose of this 7-kyu kata is to help new programmers learn list comprehension, range() and other features of the python language. newbies can't learn programming from these "clever" math tricks. i can only imagine somebody new to programming spend an hour solving this, only to be bamboolzed by the 4 character "best practices" solution.

    i'm not a genius like you though, i don't pretend to know everything.

  • Custom User Avatar

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

  • Custom User Avatar
  • Custom User Avatar

    well than we would write out the code to get that anwser for the client, but when the client doesnt specify what they are looking for you cant expect the programmer to read their mind. Its like getting ice cream if you just ask for ice cream and get vanilla but you wanted mint choclate how was I supposed to know.

  • Custom User Avatar

    non extensible code. not best pratice.
    when client demands "ok now extend the function to also tell me all the odds at nth row"
    this function is worthless

  • Custom User Avatar
  • Custom User Avatar
  • Custom User Avatar
  • Custom User Avatar

    this shows the power of math!

  • Custom User Avatar

    took me longer than i want to admit to see the pattern, fortunately got there just in time :P

  • Custom User Avatar

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

  • Custom User Avatar
  • Loading more items...