• 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
jayeshcp Avatar
Name:Jayesh Chandrapal
Clan:Software Engineer
Skills:javascript, typescript, nodejs, express, react, postgre, etc
Member Since:Mar 2015
Last Seen:May 2025
Profiles:
Following:73
Followers:144
Allies:65
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (878)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • holymoses
    • commented on "Vowel Count" kata
    • 9 days ago

    I'd love to have the tasks of the same difficulty on my job.

  • Custom User Avatar
    • DuduSMistrz
    • commented on "Vowel Count" kata
    • 2 months ago

    I like simple explanation what to do but only came up with loop solution.

  • Custom User Avatar
    • tobeannouncd
    • created a suggestion for "Give me a Diamond" kata
    • 2 months ago

    Haskell translation

  • Custom User Avatar
    • lotheravanti
    • commented on "Give me a Diamond" kata
    • 2 months ago

    Diamonds are forever

  • Custom User Avatar
    • trashy_incel
    • resolved a question on "Give me a Diamond" kata
    • 3 months ago
    char* ret = malloc(sizeof(char)*1000);
    

    you are hardcoding the amount of memory, even though the amount is dynamic and depends on the input. you do not allocate enough memory for large n and write out of bounds, hence the crash

  • Custom User Avatar
    • trashy_incel
    • resolved a suggestion on "Give me a Diamond" kata
    • 3 months ago

    too late now with more than 10 languages and 37,000 completions

  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "Give me a Diamond" kata
    • 3 months ago

    added

  • Custom User Avatar
    • ejini战神
    • created an issue for "Give me a Diamond" kata
    • 3 months ago

    No random tests in Java

  • Custom User Avatar
    • BobtheLantern
    • commented on "Vowel Count" kata
    • 4 months ago

    strpos works correctly. You have to ask yourself what strpos will evaluate to when the character in question is a, and what that means in an if condition.

  • Custom User Avatar
    • markuscyh
    • commented on "Vowel Count" kata
    • 4 months ago

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

  • Custom User Avatar
    • hudikamo
    • commented on "Vowel Count" kata
    • 4 months ago

    thanks!

  • Custom User Avatar
    • BobtheLantern
    • commented on "Vowel Count" kata
    • 4 months ago

    Well, it looks like you never submitted your solution, this kata is not listed in the "kata" tab on your profile. You might want to go into the trainer and hit "attempt" and submit it.

  • Custom User Avatar
    • hudikamo
    • commented on "Vowel Count" kata
    • 4 months ago

    Oh, I fixed it with my teacher. I forgot to return the variable and instead printed it.

  • Custom User Avatar
    • BobtheLantern
    • commented on "Vowel Count" kata
    • 4 months ago

    Your code passes the tests for me. Do you get an error or anything?

  • Custom User Avatar
    • hudikamo
    • commented on "Vowel Count" kata
    • 4 months ago

    when I test the code it comes up with the right answers but still marks it incorrect :(

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...