• 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
pointbazaar Avatar
Name:pointbazaar
Clan:Heinrich-Heine-Universität
Skills:c, java, haskell (beginner)
Member Since:Nov 2015
Last Seen:Jan 2025
Profiles:
Following:26
Followers:15
Allies:10
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (39)
  • Needs Resolution
  • Custom User Avatar
    • pointbazaar
    • commented on "Can you get the loop ?" c solution
    • 3 years ago

    nice work !

  • Custom User Avatar
    • pointbazaar
    • commented on "Last Survivors Ep.2" c solution
    • 4 years ago

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

  • Custom User Avatar
    • pointbazaar
    • created an issue for "Scramblies" kata
    • 4 years ago

    C version of this kata seems broken. getting no feedback from the tests.

  • Custom User Avatar
    • pointbazaar
    • commented on "Power of two" kata
    • 4 years ago

    A Beautiful Kata. Many possible ways of solving.

  • Custom User Avatar
    • pointbazaar
    • commented on "Simple String Find with Regex" kata
    • 4 years ago

    i was very surprised how few C solutions actually used #include <regex.h>
    given that it is tagged as a regex kata.

  • Custom User Avatar
    • pointbazaar
    • commented on "Simple Interactive Interpreter" kata
    • 5 years ago

    Yeah, thanks for mentioning it. It is just a convention though, as far as i know.
    As far as i know, it is not something mathematical. So i just like to have it explicit,
    because it is just a convention, right?

  • Custom User Avatar
    • pointbazaar
    • commented on "Break the pieces (Evilized Edition)" kata
    • 5 years ago

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

  • Custom User Avatar
    • pointbazaar
    • commented on "Make a spiral" java solution
    • 5 years ago

    nice solution. did not understand all of it, but it is shorter than mine. But you do not have to 0-initialize an array. it is so automatically.

  • Custom User Avatar
    • pointbazaar
    • commented on "Whitespace Interpreter" kata
    • 5 years ago

    for anyone who is parsing the program and then executing:

    it basically expects to detect invalid instructions at runtime.
    you can solve this by adding a bogus instruction when the parser detects an invalid instruction.

    this bogus instruction then can be detected at runtime, throwing a RuntimeException as it is about to execute.

    This importance of this is that the Testcases excpect the output up until the invalid instruction is encountered.

  • Custom User Avatar
    • pointbazaar
    • commented on "Simple Interactive Interpreter" kata
    • 5 years ago

    love the kata.
    There is so much in there to learn.
    Grammar transformations, applying Visitor pattern, ...

    There are some ambiguities such as order of evaluation, e.g. "4 / 2 * 3" is 6.0 according to the kata, but could be 2/3 also,
    but these can be resolved through debug statements.

  • Custom User Avatar
    • pointbazaar
    • commented on "Multiple of index" java solution
    • 6 years ago

    your solution would fail if

    i==0 and a[i]==0

  • Custom User Avatar
    • pointbazaar
    • commented on "Multiple of index" java solution
    • 6 years ago

    your solution would fail if

    i==0 and a[i]==0

  • Custom User Avatar
    • pointbazaar
    • commented on "Multiple of index" java solution
    • 6 years ago

    your solution would fail if

    i==0 and a[i]==0

  • Custom User Avatar
    • pointbazaar
    • commented on "Multiple of index" java solution
    • 6 years ago

    your solution would fail if

    i==0 and a[i]==0

  • Custom User Avatar
    • pointbazaar
    • commented on "Multiple of index" java solution
    • 6 years ago

    your solution would fail if

    i==0 and a[i]==0

    but you are starting your IntStream from 1

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...