• 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
tigarcia Avatar
Name:Tim
Clan:Rithm
Skills:software education, full stack development, mobile development, mentoring
Member Since:Dec 2015
Last Seen:Mar 2025
Profiles:
Following:28
Followers:30
Allies:26
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (82)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • akar-0
    • commented on "Doubly Linked List - Remove" kata
    • 2 years ago

    I don't think it's an issue either.

  • Custom User Avatar
    • hobovsky
    • created a suggestion for "Emily's Eccentric Encoding" kata
    • 2 years ago

    This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/203.
    Please join the discussion to help us identify duplicate kata and retire them.

  • Custom User Avatar
    • Voile
    • created an issue for "Doubly Linked List - Remove" kata
    • 2 years ago

    There are no random tests.

  • Custom User Avatar
    • Chrono79
    • commented on "Emily's Eccentric Encoding" kata
    • 2 years ago

    Read other solutions, see how could you make it shorter. And the number of lines doesn't necessarily reflect the kata's difficulty.

  • Custom User Avatar
    • Jaarabytes
    • commented on "Emily's Eccentric Encoding" kata
    • 2 years ago

    7 kyu?? bro i had to write a whole 26 line switch case statement

  • Custom User Avatar
    • dfhwze
    • commented on "Doubly Linked List - Remove" kata
    • 3 years ago

    For instance, if the deleted node n has prev still referenced, we can do node.prev.next = node to restore the node partially and would corrupt the list. node.next.prev = node would restore it completely.

  • Custom User Avatar
    • dfhwze
    • commented on "Doubly Linked List - Remove" kata
    • 3 years ago

    When deleting a node from a doubly-linked list, that node should get its references to prev and next set to null. If not, it is considered cloacked, and can restore itself in ways not intended.

  • Custom User Avatar
    • trashy_incel
    • commented on "Doubly Linked List - Remove" kata
    • 3 years ago

    can you be more specific ? i do not understand the issue

  • Custom User Avatar
    • anter69
    • created an issue for "Rithm Series: Frame a Phrase Simple" kata
    • 4 years ago

    Re-raising the below issue: description does not mention that both parameters are optional:

    ...take two parameters as input: a phrase and optionally a character for the border of the frame.
    [...]
    If a second parameter is not given, assume the frame should be decorated using the * character.
    

    So either update the description or remove the test case with no parameters (python)

  • Custom User Avatar
    • akar-0
    • commented on "Rithm Series: Frame a Phrase Simple" kata
    • 4 years ago

    It's in the description.

  • Custom User Avatar
    • cekstedt
    • commented on "Rithm Series: Frame a Phrase Simple" kata
    • 4 years ago

    The problem is not when the second parameter is missing, the problem is that the first parameter is also missing. See which positional argument is missing: "phrase".

  • Custom User Avatar
    • ejini战神
    • resolved an issue on "Rithm Series: Frame a Phrase Simple" kata
    • 4 years ago

    Not an issue, it says If a second parameter is not given, assume the frame should be decorated using the * character. in the description

  • Custom User Avatar
    • cekstedt
    • created an issue for "Rithm Series: Frame a Phrase Simple" kata
    • 4 years ago

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

  • Custom User Avatar
    • FArekkusu
    • resolved a suggestion on "Rithm Series: Frame a Phrase Simple" kata
    • 4 years ago
  • Custom User Avatar
    • albertogcmr
    • created a suggestion for "Rithm Series: Frame a Phrase Simple" kata
    • 4 years ago

    Python translation

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...