• 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
Austin Haws Avatar
Name:Austin Haws
Clan:Unknown
Member Since:Jun 2016
Last Seen:Oct 2024
Profiles:
    Following:1
    Followers:5
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (34)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • matstc
      • commented on "Vim's increment and decrement functions (Ctrl-A and Ctrl-X)" kata
      • 7 years ago

      Thanks. I've added test cases for these.

    • Custom User Avatar
      • Blind4Basics
      • commented on "Esolang Interpreters #2 - Custom Smallfuck Interpreter" kata
      • 8 years ago

      Errr... WHAT!!???!?

      And following your logic I marked yours as well even if I do not undertand this logic if yours...

    • Custom User Avatar
      • samjewell
      • commented on "Esolang Interpreters #2 - Custom Smallfuck Interpreter" kata
      • 8 years ago

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

    • Custom User Avatar
      • JSONMartin
      • commented on "Numbers with this digit inside" javascript solution
      • 8 years ago

      Yes =)

      Can also can calculate the sum and product in the for loop as well, improving the runtime by from 3 linear passes over the array down to just one.

    • Custom User Avatar
      • coencoppens
      • commented on "Esolang Interpreters #2 - Custom Smallfuck Interpreter" kata
      • 9 years ago

      @JebPotly you weren't the only one, I too was a bit confused. I consider it to be a part of the exercise though, figuring out what the task on hand actually is.

      Anyway, @donaldsebleung: loved the kata! Thanks for providing it :-)

    • Custom User Avatar
      • donaldsebleung
      • commented on "Custom Smallfuck Interpreter" kata
      • 9 years ago

      @JebPotly,

      You're welcome, glad you enjoyed my Kata that much :D

      On another note, if you're up for a challenge, you may also want to try out this Kata of mine (if you haven't done so already).

      Cheers,
      donaldsebleung

    • Custom User Avatar
      • smile67
      • commented on "Find the unique number" javascript solution
      • 9 years ago

      Thanks;-)! Short, but O(n log n)... is easy solvable in O(n).

    • Custom User Avatar
      • myjinxin2015
      • commented on "Create a funnel" kata
      • 9 years ago

      Ah, yes. Something is wrong :(
      Because some code used if(something==" "), in fact 0 == " " returned true
      Now changed == to ===.

    • Custom User Avatar
      • kazk
      • commented on "Create a funnel" kata
      • 9 years ago

      Maybe label this as "Issue"?

      Another example, side by side:

      funnel.fill(2)
      // \         /  \         /
      //  \1      /    \1      /
      //   \0 9 6/      \2 9 6/
      //    \7 6/        \7 6/
      //     \9/          \9/
      
    • Custom User Avatar
      • Toderesa97
      • commented on "Text editor feature!" kata
      • 9 years ago

      You have three examples in the description and i think is properly explained. The target of this is to understand what you have to programme before starting.
      Regards, TDRS :-)

    • Custom User Avatar
      • dcsmith
      • commented on "Flatten nested map with generators" kata
      • 9 years ago

      The * signifies a generator function. The tests don't check if your function is a generator function, which is another issue

    • Custom User Avatar
      • 10XL
      • commented on "Generate An Array of Random Strings" kata
      • 9 years ago

      Thanks for your suggestion, I've added a check for uniqueness and increased the possible required size.

    • Custom User Avatar
      • mmalkavian
      • commented on "Travelling on a Chessboard" kata
      • 9 years ago

      well, you are right.
      I've used the idea of chessboard just to make the description shorter and more immediate without explaining grids.
      The board size can be made larger, but once you've found out how to solve the kata, it's the same anyway.

    • Custom User Avatar
      • AzariasB
      • commented on "Pair of gloves" kata
      • 9 years ago

      Oh yeah, you're right, I should add that in the description.

    • Custom User Avatar
      • PG1
      • commented on "Birthday II - Presents" kata
      • 9 years ago

      Yeah it's a string, meaning the present is empty. Nice cover

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...