• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:sgerodes
Clan:Gerodes
Member Since:Feb 2018
Last Seen:Jan 2021
Profiles:
Following:103
Followers:97
Allies:93
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (646)
  • Replies
  • Authored
  • Needs Resolution
    • Rud1
    • commented on "Element equals its index" kata

    Great kata !

    • kazk
    • resolved a suggestion on "Element equals its index" kata

    Thanks!

    • trincot
    • created an issue for "Rubiks cube CFOP algo : Cross" kata

    Tests don't work:

    Traceback (most recent call last):
      File "main.py", line 25, in <module>
        testing(cube)
      File "main.py", line 10, in testing
        sequence = make_white_cross_on_B(initial_state)
    NameError: name 'make_white_cross_on_B' is not defined
    
    • imjasonmiller
    • created a suggestion for "Element equals its index" kata

    I've forked the Rust translation in order to update it to Rust 1.49 and updated rand::Rng::gen_range to its new signature that takes a std::ops::Range.

    • Ozzzzimandias
    • created an issue for "3D Cellular Neighbourhood " kata

    It also should be stated in the description that the order of numbers in the answer is important

    • Ozzzzimandias
    • created an issue for "3D Cellular Neighbourhood " kata

    I believe in the description it should be "(k==0)...(k==1)...(k==2)" instead of "(k==1)...(k==2)...(k==3)"

    • The_Carpenter
    • commented on "Element equals its index" python solution

    what is the significance of (arr[i-1] < i - 1) here?

    • Mr.Dr.Professor
    • commented on "Highest and Lowest" java solution

    sorted will be delegeted to Arrays.sort() here
    and Arrays.sort() is O(nlogn) which is more than
    O(4n)

    • Fbasham
    • commented on "RegEx Like a Boss #2: Alphabetical Order String" kata

    I actually learned something new. Huh...still a pain in the ass though :)

    • sgerodes
    • commented on "Array plus array" python solution

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

    • akar-0
    • commented on "Find Nearest Fibonacci Number" kata

    This only means your code throws an error for one case and so no result. You must have a bad use of log in your code (something like n.log).

    • JohanWiltink
    • resolved an issue on "The Millionth Fibonacci Kata" kata

    You can safely assume if it can be up to 2e6, it can be down to -2e6.

    • sgerodes
    • created an issue for "Replace Noun Phrases with Pronouns" kata

    golang bug: corrupted tests.

    1. Some test have empty pronouns, having nouns in the sentence. e.g.
      PRONOUNS: []
      SENTENCE: angry unhappy swan
    2. Some Sentence makes no sence e.g. "those a a"
    • sgerodes
    • commented on "RegEx Like a Boss #2: Alphabetical Order String" kata

    Thanks for the compliment!)

    • MrBubu
    • commented on "Find Nearest Fibonacci Number" kata

    In the Performance section I get
    Should not throw any exceptions inside timeout: AttributeError("'int' object has no attribute 'log'",)

    But my tests complete in under 3ms and the performance section completed in under 60ms. What could be the source of this error?

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

Confirm

  • Cancel
  • Confirm