• 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
stepantubanov Avatar
Name:Stepan Tubanov
Clan:Unknown
Member Since:Mar 2020
Last Seen:May 2023
Profiles:
Following:1
Followers:1
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (6)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • mjpieters
    • commented on "Product of consecutive Fib numbers" rust solution
    • 5 years ago

    Note that this solution will overflow when given a prod value higher than fib(47) * fib(48), as fib(48) * fib(49) > u64::MAX. On a release build, the a * b multiplication won't panic and the while loop becomes an infinite loop.

    Granted, the vast majority of solutions here suffer from unchecked multiplications, this one is hardly alone.

  • Custom User Avatar
    • FArekkusu
    • resolved a question on "Prime Streaming (PG-13)" kata
    • 5 years ago
  • Custom User Avatar
    • FArekkusu
    • resolved a question on "Prime Streaming (PG-13)" kata
    • 5 years ago

    Your approach is way too slow.

  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Prime Streaming (PG-13)" kata
    • 5 years ago

    a million primes

  • Custom User Avatar
    • user3214663
    • created a question for "Prime Streaming (PG-13)" kata
    • 5 years ago

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

  • Custom User Avatar
    • stepantubanov
    • created an issue for "Prime Streaming (PG-13)" kata
    • 5 years ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...