• Custom User Avatar

    this is CodeWars not GeometryWars

  • Custom User Avatar

    ^ Then why is it a 8 kyu kata then?
    It should be at least 7/6 kyu for it's complexity

  • Custom User Avatar

    You should probably study data structures and algorithms, and a bit of mathematics (especially number theory, codewars' authors love number theory ^^).

  • Custom User Avatar

    I just started using codewars today and this SEEMS much more complicated and confusing than what we do in school (even though it might not be). I just haven't really encountered classes yet and it seems strange. Any tips to get up to speed with the standard of tasks on this platform?

  • Custom User Avatar

    Same. I wrote up an ugly if..else condition only to realize to see this solution pop up.

  • Custom User Avatar

    my pleasure

  • Custom User Avatar

    thanks

  • Custom User Avatar

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

  • Custom User Avatar

    Ahh, that task is that easy..

  • Custom User Avatar

    Thanks a lot mate, this was very useful.

  • Custom User Avatar

    I was completely inattentive when I confirmed the translation, a day of lack of sleep due to machine learning made itself felt... I hope I was able to correct the translation, if you find any shortcomings, let me know. Have a productive day everyone :)

  • Custom User Avatar

    Beautiful

  • Custom User Avatar

    If both vectors originate on (0,0) the two vectors can never be collinear as the[y] are not parallel and touch at (0,0).

    What makes you think the two vectors are not parallel?

  • Custom User Avatar

    Have you considered that maybe this kata is not an introduction to vectors, but an exercise on vectors ( with some light programming thrown in ) ? And in that light, the description is not bad.

    There are other kata that might introduce you to vectors, after which you may find this one less daunting.

    But please don't blame this kata for not being something it is not.

  • Custom User Avatar

    sorry it was my mistake, i didn't write right code. sorry

  • Loading more items...