• Sign Up
  • Kata
  • Kumite
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Unknown
Clan:RedDragonWebDesign.com
Member Since:Sep 2020
Last Seen:Nov 2020
Profiles:
Following:1
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (6)
  • Replies
  • Authored
  • Needs Resolution
    • RedDragonWebDesign
    • commented on "Esolang Interpreters #3 - Custom Paintf**k Interpreter" kata

    PHP working for me. Maybe they fixed it.

    • RedDragonWebDesign
    • created a suggestion for "Esolang Interpreters #3 - Custom Paintf**k Interpreter" kata

    I enjoyed this one. Great tests. This is a good problem for test driven development, and it shows. Two suggestions:

    • State more explicitly in the problem that going out of bounds wraps around. The test for this was called "toroidal", but I didn't know what that meant.
    • This problem seems more difficult than 4kyu. Personally I'd peg it at 3kyu or 2kyu.

    Thanks.

    • Chrono79
    • resolved a suggestion on "Filling an array (part 1)" kata

    It's already been approved.

    • RedDragonWebDesign
    • created an issue for "Battleship field validator" kata

    PHP version might need more secret test cases. Answers like this are getting through. If I'm reading the kata right, there were only 2 tests I think.

    function validate_battlefield(array $field): bool {
      $result = rand(0, 1);
    
      return $result;
    }
    
    • RedDragonWebDesign
    • commented on "Sum of positive" kata

    ; rdi = array (pointer)
    ; esi = size (unsigned int)

    • RedDragonWebDesign
    • commented on "get ascii value of character" kata

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

  • © 2021 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Contact
  • powered by

Confirm

  • Cancel
  • Confirm