• 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
kylebuttner Avatar
Name:Unknown
Clan:makers academy
Member Since:Oct 2015
Last Seen:Jan 2019
Profiles:
Following:151
Followers:151
Allies:149
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (67)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • GianniErrera
    • commented on "Cambridge Word Scramble" kata
    • 2 years ago

    Instructions state that "Words smaller than 3 letters should not change", but it should read smaller than 4, since three letters word are not going to change since the first and last letter cannot be changed.

  • Custom User Avatar
    • RileyHunter
    • resolved an issue on "Cambridge Word Scramble" kata
    • 2 years ago

    It's fair to define the problem such that a "scrambled" word is not identical to its unscrambled version, even though simple implementations might generate that outcome. This is covered in the description:

    Check that the string returned is not equal to the string passed (you may have to revalidate the solution if your function randomly returns the same string)

    Therefore, not a kata issue.

  • Custom User Avatar
    • goldenratio161
    • created an issue for "Cambridge Word Scramble" kata
    • 2 years ago

    you shouldn't test for scrambled(word) != word

    In fact, for first example test, there is 33% chance that its the same.

  • Custom User Avatar
    • akar-0
    • commented on "Cambridge Word Scramble" kata
    • 2 years ago

    You should try to print stuff: https://docs.codewars.com/training/troubleshooting/#print-output

  • Custom User Avatar
    • akar-0
    • created an issue for "Cambridge Word Scramble" kata
    • 2 years ago

    kata should make sure not to pass in values like "loop" for input (included as a fixed test in JS) because they are not solvable according to the requirement of the kata (make sure the word is different by changing its inner characters), or there should be some extra-specification, or something else.

  • Custom User Avatar
    • ejini战神
    • resolved a question on "Cambridge Word Scramble" kata
    • 2 years ago

    OP solved it, closing

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Cambridge Word Scramble" kata
    • 2 years ago
  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Cambridge Word Scramble" kata
    • 2 years ago
  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Cambridge Word Scramble" kata
    • 2 years ago

    Not a kata suggestion!

  • Custom User Avatar
    • ledjo-b
    • created a question for "Cambridge Word Scramble" kata
    • 3 years ago

    I passed about 20 tests during submission, but then it goes into time out.
    I call my function multiple times (while loop) until the word is not the same as the one entered in tests.

    Can someone help?
    I can not understand where is the mistake.

    Thanks in advance.

  • Custom User Avatar
    • benjaminzwhite
    • commented on "Spanish class help" kata
    • 3 years ago

    Cool little kata; author is inactive and Python tests need to be updated to new layout.

    Also missing some useful tags, like strings for example, in description.

  • Custom User Avatar
    • Chrono79
    • created an issue for "Spanish class help" kata
    • 4 years ago

    Needs a javascript tests update (also random tests as written below), it throws warnings

    assertSimilar is deprecated, use assertDeepEquals
    
  • Custom User Avatar
    • Chrono79
    • commented on "Spanish class help" kata
    • 4 years ago

    All single letters in spanish are feminine.

  • Custom User Avatar
    • ejini战神
    • resolved an issue on "Spanish class help" kata
    • 4 years ago

    not an issue

  • Custom User Avatar
    • user9644768
    • created a suggestion for "Cambridge Word Scramble" kata
    • 4 years ago

    Ruby 3.0 should be enabled.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...