• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Unknown
Clan:Unknown
Member Since:Mar 2015
Last Seen:Jan 2021
Profiles:
    Following:8
    Followers:18
    Allies:3
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (531)
    • Replies
    • Authored
    • Needs Resolution
      • XRFXLP
      • created an issue for "Wealth equality, finally!" kata

      Please use new python test framework.

      • ejini战神
      • resolved a question on "Two fighters, one winner." kata

      Looks like u solved it

      • ejini战神
      • resolved a question on "Two fighters, one winner." kata

      Looks like u solved it

      • ejini战神
      • resolved a question on "Two fighters, one winner." kata

      looks like u alr solved it

      • Mehdi.A
      • commented on "Sum of two lowest positive integers" python solution

      Sure, it is, I just mean that to find the first two min of the list, (2n) in enough instead of (n^2) or (n log n)

      • danman1979
      • commented on "Sum of two lowest positive integers" python solution

      There is no such thing as O(2n). The 2 drops out since it's a constant, so it's actually O(n).

      • Mehdi.A
      • commented on "Sum of two lowest positive integers" python solution

      Yes, if they are implemented in quick-sort or heap-sort or... .Also O(n log n) > O(2n)

      • Blind4Basics
      • commented on "Sum of two lowest positive integers" python solution

      sorting is O(n log n), not O(n²) (out of special considerations, and assuming you're using a builtin to do it)

      • Mehdi.A
      • commented on "Sum of two lowest positive integers" python solution

      Well, I think when we need just the two minimum items in the list, there is not optimal to sort all the list and then just pick two of them. ---> O(n^2) >> O (2n)

      • rikirikado
      • commented on "Minimum number of taxis" kata

      How is telling you which data structure to use a spoiler?
      Well, if I tell you about the streamlined algorithm, then that is a spoiler. There is a loop within loop way, and there is a way to do this with one loop.

      • rajat004
      • commented on "Minimum number of taxis" kata

      what is a streamlined algorithm?

      • rajat004
      • commented on "Minimum number of taxis" kata

      You should have marked your comment as spoiler.

      • rikirikado
      • commented on "Minimum number of taxis" kata

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

      • hobovsky
      • commented on "Two fighters, one winner." kata

      As far as I can see, it's shown in the description.

      • gabrielo_119
      • commented on "Two fighters, one winner." kata

      Hi all

      where can I find the Fighter class at codewars?
      i have solved this task on Intellij without any problems but not here on codewars.

    • Loading more items...
    • © 2021 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Contact
    • powered by

    Confirm

    • Cancel
    • Confirm