• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Voile Avatar
Name:Voile
Clan:Gensokyo
Skills:running out of approved katas to solve
Member Since:Jan 2017
Last Seen:Mar 2025
Profiles:
Following:475
Followers:2,839
Allies:458
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (7622)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • mjpieters
    • commented on "Chess - checkmate with rook in 16 moves" kata
    • 7 days ago

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

  • Custom User Avatar
    • YurichBRO
    • commented on "Triangulate a konvex polygon" kata
    • 8 days ago

    Number of random tests is increased to 1001 to ensure all cases get tested. And your other issue also is fixed https://www.codewars.com/kumite/6830931d9b22cae2fe115973?sel=6830931d9b22cae2fe115973

  • Custom User Avatar
    • tobeannouncd
    • commented on "Gradient interpolation" kata
    • 9 days ago

    Fork that updates the initial code with a comment showing the definition of RGB.

  • Custom User Avatar
    • dogg1222
    • resolved an issue on "Combinatorics Series#1 The problem of giving fruits" kata
    • 15 days ago

    done

  • Custom User Avatar
    • kapssulka
    • commented on "Search for letters" javascript solution
    • 22 days ago

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

  • Custom User Avatar
    • Just4FunCoder
    • resolved an issue on "List functions of an object by length" kata
    • 25 days ago

    Done in this fork

  • Custom User Avatar
    • tobeannouncd
    • commented on "arrayToString and stringToArray" kata
    • last month

    I've made a translation that modifies the description to address this.

  • Custom User Avatar
    • dbtx
    • commented on "Turn with a Compass" kata
    • last month

    IIUC there is no right answer for this.

    I don't know if the description got more specific in the meantime, but I was also curious so I already checked... 420690045 is not a multiple of 45, so it's definitely a "crazy value". -420690045 % 45 == -30, and -420690045 % 360 == -165 doesn't match any direction.

    Yours and the solutions that match your results are probably rounding off, turning -165 (-45 * 3.66...) to -135 (-45 * 3) with integer division or some equivalent, somewhere.

  • Custom User Avatar
    • dfhwze
    • commented on "Generate JSFuck Program" kata
    • last month

    I don't think this is an Issue, since the solution to any kata can be found on the Internet.

    When kata authoring is done right, you have a unique problem. Neither the internet nor an AI will know what to do with your kata.

  • Custom User Avatar
    • Just4FunCoder
    • commented on "Return Two Highest Values in List" kata
    • last month

    Ruby fixed in this fork, other languages still pending fixes.

    Non-array tests (input validation) no longer required.

  • Custom User Avatar
    • nkroe
    • resolved an issue on "Help Yumi collect all the rings. Part 1" kata
    • last month

    Fixed, thanks

  • Custom User Avatar
    • Just4FunCoder
    • commented on "Share prices" kata
    • last month

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

  • Custom User Avatar
    • dfhwze
    • commented on "Car salesmen talk too much" kata
    • 2 months ago

    What is wrong with free text parsing problems? (in general)

  • Custom User Avatar
    • fenring76
    • commented on "Value at Risk for an equity portfolio" kata
    • 2 months ago

    Assets should be a superset of both equities and currencies. I think the problems are the places in the descriptions where assets and equities are used interchangably.

    Edit: Or, since he seems to want separate imports for these different asset classes, he should specify the asset types in the argument, like you suggest.

    Second Edit: On third thought, I think get_shift arguments are named just fine, but asset_import should either handle all types of assets or be renamed to equity_import but also include in its name evidence that we're importing historical data and not data regarding the users holdings.

  • Custom User Avatar
    • MoonPresident
    • commented on "N By N Skyscrapers" kata
    • 2 months ago

    Hi Voile, I've added a random rotation to increase the number of permutations, but its difficult to generate tests on the fly for this. Generating a puzzle that has a guaranteed single solution can take considerably longer than solving the problem, and it could add inconsistent timeouts to the problem.

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...