• 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
akp Avatar
Name:Abhijeet Pawar
Clan:PubUI
Member Since:Dec 2012
Last Seen:Jul 2024
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (32)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • ahmet_popaj
      • commented on "Complete Fibonacci Series" kata
      • 2 years ago

      Very nice kata of the series, congratulations.

    • Custom User Avatar
      • ejini战神
      • resolved a suggestion on "Complete Fibonacci Series" kata
      • 4 years ago
    • Custom User Avatar
      • Plvtinum
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

      the problem was in my code, I fixed it and everything went smooth, thank you for the help

    • Custom User Avatar
      • B1ts
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

      For JS I think there's 500 random tests. With basic approach I'm passing in ~1.5s. You can always add console.log(n) at top of your function.

    • Custom User Avatar
      • Plvtinum
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

      Im able to pass only 80 test maximum, i think the rest of the 20 tests has big numbers which will take more than 12 seconds to show in output

    • Custom User Avatar
      • B1ts
      • resolved an issue on "Complete Fibonacci Series" kata
      • 4 years ago

      Either you got an infinite loop, or your code is really slow. Whatever the case, that's not a kata issue.

    • Custom User Avatar
      • Plvtinum
      • created an issue for "Complete Fibonacci Series" kata
      • 4 years ago

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

    • Custom User Avatar
      • Plvtinum
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

      I optimized my code to use only 1 loop, but i still get the same error

    • Custom User Avatar
      • Plvtinum
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

      One last error i get is

      STDERR
      Execution Timed Out (12000 ms)

      Why did my code time out?
      Our servers are configured to only allow a certain amount of time for your code to execute. In rare cases the server may be taking on too much work and simply wasn't able to run your code efficiently enough. Most of the time though this issue is caused by inefficient algorithms. If you see this error multiple times you should try to optimize your code further.

    • Custom User Avatar
      • Plvtinum
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

      Sorry I didn't pay attention to this, thank you for the explanation.

    • Custom User Avatar
      • user9644768
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

      if(num <= 0) return "";

      String is not an Array in JavaScript, they're entirely different datatypes.

    • Custom User Avatar
      • Plvtinum
      • commented on "Complete Fibonacci Series" kata
      • 4 years ago

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

    • Custom User Avatar
      • user9644768
      • resolved an issue on "Complete Fibonacci Series" kata
      • 4 years ago

      You've to return an array, and you're not doing that.

    • Custom User Avatar
      • Plvtinum
      • created an issue for "Complete Fibonacci Series" kata
      • 4 years ago

      output is giving TypeError: victimSeries.every is not a function
      at Context.it (test.js:37:28)

    • Custom User Avatar
      • pilot114
      • created an issue for "Complete Fibonacci Series" kata
      • 4 years ago

      there are accuracy issues.
      in 6 test i have
      8.077637632156219e+307
      but assert requires
      8.077637632156222e+307

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...