• 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
rowlow0 Avatar
Name:Unknown
Clan:Unknown
Member Since:Dec 2021
Last Seen:Feb 2025
Profiles:
    Following:0
    Followers:3
    Allies:0
    View Profile Badges
    Ad
    Educator, struggling to assess your students?
    Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (5)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • ptd3v
      • commented on "Find Nearest square number" kata
      • 10 months ago

      Word homie

    • Custom User Avatar
      • Just4FunCoder
      • commented on "Find the Missing Number" kata
      • 17 months ago

      Can you advise which language doesn't uses the 0 to 100 inclusive range?

    • Custom User Avatar
      • LuggiStruggi
      • commented on "Reverse a number in any base" kata
      • 2 years ago

      Sorry yeah i made that mistake. Fixed now. Thanks!

    • Custom User Avatar
      • LuggiStruggi
      • commented on "Reverse a number in any base" kata
      • 2 years ago

      I don't know but pretty sure thats not the case. Just now checked that base is everywhere bigger than 0 in the fixed tests and in the random tests too.
      For you to check the random tests:

      int randint(int min, int max) {
          return rand() % (max + 1 - min) + min;
      };
      

      That is the function i create random integers with.
      Its used like this to create base b:

      int b = randint(1, 16);
      

      or for bigger numbers

      int b = randint(1, 5000);
      

      So b should'nt be 0. Please correct if you find a mistake.

    • Custom User Avatar
      • Sugio
      • commented on "Basic Math (Add or Subtract)" c solution
      • 3 years ago

      Sorry i am new so i have no idea what you are talking about XD
      My bad tho

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...