• 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
fabs Avatar
Name:Fabricio de Sousa Nascimento
Clan:Mesosphere
Member Since:Sep 2015
Last Seen:Apr 2019
Profiles:
Following:11
Followers:58
Allies:11
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (7)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • cliffstamp
    • commented on "Count Odd Numbers below n" kata
    • 7 years ago

    You can do this in Haskell easily without a timeout, how you filter them is the critical part.

    For example how would you do this in Haskell :

    -generate all the numbers from 1 to 50 bazillion
    -filter the numbers which are equal to 69
    -return the remaining list

  • Custom User Avatar
    • Voile
    • resolved an issue on "Find the divisors! " kata
    • 7 years ago

    That's the wrong question. The correct question is, it's not specified at all how 1 is handled.

    I've changed the input range to n > 1. Given that 1 should be omitted it doesn't make sense for 1 to be the input anyway.

  • Custom User Avatar
    • Liu_Yan
    • commented on "Find the divisors! " kata
    • 7 years ago

    I don't know how to work it out

  • Custom User Avatar
    • Daniel Ray
    • commented on "Find the divisors! " kata
    • 7 years ago

    Yeah. Doing that hurt a little.

  • Custom User Avatar
    • Daniel Ray
    • commented on "Exclamation marks series #6: Remove n exclamation marks in the sentence from left to right" kata
    • 7 years ago

    Great job!

  • Custom User Avatar
    • myjinxin2015
    • commented on "Exclamation marks series #6: Remove n exclamation marks in the sentence from left to right" kata
    • 7 years ago

    @fabs,
    Thanks. Is the problem fixed?

  • Custom User Avatar
    • Daniel Ray
    • commented on "Exclamation marks series #6: Remove n exclamation marks in the sentence from left to right" kata
    • 7 years ago

    Very nice! I changed the initial function type declaration (from String -> String to String -> Int -> String) so now it works. It could still use some test cases.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...