• 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
Discordanian Avatar
Name:Kurt Schwind
Clan:Tangential Cold Studios
Member Since:Sep 2018
Last Seen:Apr 2025
Profiles:
Following:4
Followers:4
Allies:3
View Profile Badges
Ad
How many Kata did you complete in 2024?
Discover our top moments in 2024 and how you can level up in 2025.
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (70)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Discordanian
    • commented on "Wilson primes" rust solution
    • 4 months ago

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

  • Custom User Avatar
    • Just4FunCoder
    • resolved an issue on "Decompose a number" kata
    • 7 months ago

    Rust:

    From the description:

    Where every ki > 1 and every ki is maximized ...

    The elements in the returned vector ($k_i$) must be strictly greater than 1.

    However, your vector does contain 1 at the end.

    Not a kata issue.

  • Custom User Avatar
    • Discordanian
    • commented on "Bit Counting" rust solution
    • 14 months ago

    This is exactly the reason I enjoy codewars katas so much. Learn something knew every day.

  • Custom User Avatar
    • SeriousN00b999
    • commented on "get character from ASCII Value" cpp solution
    • 16 months ago

    Oh, yes... I see...

  • Custom User Avatar
    • Nadirist
    • commented on "get character from ASCII Value" cpp solution
    • 16 months ago

    but the return value will be retuned as an integer. it won't convert to a char. that's not what you want the function to do

  • Custom User Avatar
    • Klannara
    • commented on "Thinkful - Number Drills: Blue and red marbles" rust solution
    • 17 months ago

    blue_pulled and red_pulled are always lower than the blue_start and red_start (as per problem definition).

  • Custom User Avatar
    • trashy_incel
    • commented on "A Letter's Best Friend" kata
    • 2 years ago

    the concept is called a vacuous truth. the tests are correct

  • Custom User Avatar
    • cplir-c
    • commented on "Thinkful - Number Drills: Blue and red marbles" rust solution
    • 2 years ago
    >> 1.0 / 0.0
    inf
    >> 0.0 / 0.0
    NaN
    

    according to evcxr, which is a rust REPL

  • Custom User Avatar
    • faruqi
    • commented on "A Letter's Best Friend" kata
    • 2 years ago

    lol i have the same problem like u bro
    like i don't even know why best_friend("jtekeh dek wbwclw gykc", "i", "h") should return True, even the string have no "i"

  • Custom User Avatar
    • Discordanian
    • commented on "Beginner - Lost Without a Map" kata
    • 2 years ago

    The issue is your *= for x[loop5] . just do x[loop5] * 2 so it doesn't attempt to assign it to immutable x.

  • Custom User Avatar
    • Discordanian
    • commented on "Beginner - Lost Without a Map" kata
    • 2 years ago

    Same principle if you have a scaler multiple and a vector. Used a lot in 3d models and graphics.

  • Custom User Avatar
    • Discordanian
    • commented on "Thinkful - Number Drills: Blue and red marbles" rust solution
    • 2 years ago

    What happens if all the red and blue have been pulled? IE: A denom of 0?

  • Custom User Avatar
    • Discordanian
    • commented on "Thinkful - Number Drills: Blue and red marbles" rust solution
    • 2 years ago

    What happens here if total is 0?

  • Custom User Avatar
    • Discordanian
    • commented on "A Letter's Best Friend" kata
    • 2 years ago

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

  • Custom User Avatar
    • adnanzrizar09
    • commented on "get character from ASCII Value" cpp solution
    • 2 years ago

    Yeah

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...