• 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
Neroan Avatar
Name:Neroan
Clan:Unknown
Member Since:Sep 2022
Last Seen:Apr 2023
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (2)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Madjosz
    • resolved an issue on "Highest Scoring Word" kata
    • 3 months ago

    Your code is doing out-of-bounds reads and thus has undefined behaviour. You are incrementing string until you read the NULL terminator in the inner loop and then increment string again to check it in the outer loop --> out of bounds.

    Not a kata issue.

  • Custom User Avatar
    • Chrono79
    • commented on "Highest Scoring Word" kata
    • 2 years ago

    Please read this: https://docs.codewars.com/training/troubleshooting and provide more info, language? Your code?
    Also read the post below, maybe it's the same problem.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...