• 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
RealDeepazz Avatar
Name:Abdelaziz Sahel
Clan:Unknown
Member Since:Sep 2023
Last Seen:Mar 2024
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (14)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • rubioalex
      • commented on "Human readable duration format" kata
      • 15 months ago

      man I gotta say...super beautiful thinking. Amazing answer and amazing solution.
      I did the same calculus, but you put it so, so beautifully in code. So clean.
      All the respect man.

    • Custom User Avatar
      • RealDeepazz
      • commented on "Human readable duration format" kata
      • 16 months ago

      nice kata!! az! just keep it simple!

    • Custom User Avatar
      • KayleighWasTaken
      • created a suggestion for "Simple Fun #158: Not So Random" kata
      • 17 months ago

      Scala translation

    • Custom User Avatar
      • KayleighWasTaken
      • created a suggestion for "Simple Fun #158: Not So Random" kata
      • 17 months ago

      CoffeeScript translation

    • Custom User Avatar
      • RealDeepazz
      • commented on "Simple Fun #158: Not So Random" kata
      • 17 months ago

      u mean my answer?

    • Custom User Avatar
      • Kees de Vreugd
      • commented on "Simple Fun #158: Not So Random" kata
      • 17 months ago

      I saw An answer within minutes by looking at the tests.
      Not the best answer, though.

    • Custom User Avatar
      • RealDeepazz
      • commented on "Simple Fun #158: Not So Random" kata
      • 17 months ago

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

    • Custom User Avatar
      • rowcased
      • commented on "Sum a list but ignore any duplicates" kata
      • 2 years ago

      @RealDeepazz this is because you are modifying the original array. The kata currently has a function declaration with this array designated as const, so it should not be altered whatsoever. Perhaps copy your code (to save it), refresh the kata trainer, then work on an algorithm that does not mutate the input. If this declaration was in fact given to you with the const designation and if you then changed that so you could replace any of its contents... well, don't do that!

    • Custom User Avatar
      • RealDeepazz
      • commented on "Sum a list but ignore any duplicates" kata
      • 2 years ago

      c

    • Custom User Avatar
      • RealDeepazz
      • commented on "XOR string reduction" kata
      • 2 years ago

      in c buddy I got only get to 40ch there is no way I could get to 40. can you check?

    • Custom User Avatar
      • KayleighWasTaken
      • commented on "Sum a list but ignore any duplicates" kata
      • 2 years ago

      What language?

    • Custom User Avatar
      • RealDeepazz
      • commented on "Sum a list but ignore any duplicates" kata
      • 2 years ago

      Hey boss! I pass the basic tests, but I fail to pass the complete test while I believe the results are correct.
      for instance:
      < Incorrect Result >

      array = {0, 0, 10, 9, 7, 0, 0, 6, 5, 0, 0, 0, 0, 1, 0}

      Submitted: 38
      Expected: 21

      < Incorrect Result >

      array = {0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}

      Submitted: 17
      Expected: 0

      Random_Tests
      < Incorrect Result >

      array = {0, 0, 0, 0, 7, 0, 0, 0, 0, 3, 2, 0, 0, 1, 0, 0}

      Submitted: 13
      Expected: 2

      please respond if needed we can chat in discord!!

    • Custom User Avatar
      • hobovsky
      • commented on "Basic variable assignment" kata
      • 2 years ago

      The kata works, even if the setup might be somewhat unusual for C. Please see this article for some general guidelines: How to train on a Codewars kata. If you still have problems, you can visit Codewars Disord server, especially its #c channel.

    • Custom User Avatar
      • RealDeepazz
      • commented on "Basic variable assignment" kata
      • 2 years ago

      hey man test doesn't work on c.

      Can we discuss this?

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...