• 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
crouzet Avatar
Name:henri_crouzet
Clan:Unknown
Member Since:Feb 2022
Last Seen:May 2025
Profiles:
Following:5
Followers:4
Allies:4
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (48)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • crouzet
    • resolved an issue on "Bookstore's Stock Replenishment" kata
    • 6 months ago

    1 word book (only "Persepolis") was badly handled in my code,
    it's fixed now :)

  • Custom User Avatar
    • crouzet
    • commented on "Bookstore's Stock Replenishment" kata
    • 6 months ago

    look like a bug.. i check that, thx

  • Custom User Avatar
    • mortonfox
    • created an issue for "Bookstore's Stock Replenishment" kata
    • 6 months ago
    {"Persepolis"=>14, "Adults in the Room"=>11}
    ["Noughts & Crosses x10",
     "ts x7",
     "immortal",
     "tur x4",
     "nothing x2",
     "persepolis x10",
     "thwae",
     "tdc",
     "The Hare with Amber Eyes",
     "Outline by Rachel",
     "thwae",
     "tgd"]
    expected: {"Adults in the Room"=>11, "Persepolis"=>14}
         got: {"Adults in the Room"=>11, "Persepolis"=>4}
    
    (compared using ==)
    
    Diff:
    @@ -1,3 +1,3 @@
     "Adults in the Room" => 11,
    -"Persepolis" => 14,
    +"Persepolis" => 4,
    

    The catalog needs 14 Persepolis.

    However, in the inventory notes, there is "persepolis x10"

    Why does the reference solution expect 14 Persepolis? There are 10 Persepolis in the inventory.

  • Custom User Avatar
    • crouzet
    • commented on "Regular Expression for Binary Numbers Divisible by n" ruby solution
    • 7 months ago

    sorry ^^

  • Custom User Avatar
    • crouzet
    • commented on "# Counting 1: I Want Some Subsets, Not All!" ruby solution
    • 9 months ago

    maybe too complex :D sorry
    haha

  • Custom User Avatar
    • crouzet
    • commented on "Nearly Flatten a Messy Array" ruby solution
    • 9 months ago

    i disagree with .map(&:eval) advice. "[1,2,3]".eval will trigger an NoMethodError

  • Custom User Avatar
    • Pale-Vessel
    • commented on "Nearly Flatten a Messy Array" ruby solution
    • 9 months ago

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

  • Custom User Avatar
    • crouzet
    • commented on "Nearly Flatten a Messy Array" ruby solution
    • 9 months ago

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

  • Custom User Avatar
    • kitojazz
    • commented on "Nearly Flatten a Messy Array" ruby solution
    • 9 months ago

    Can you explain your solution?

  • Custom User Avatar
    • crouzet
    • resolved an issue on "dromedaryCase" kata
    • 2 years ago

    Thanks voile, instructions updated

  • Custom User Avatar
    • Voile
    • created an issue for "dromedaryCase" kata
    • 2 years ago

    dashs '-' and underscores '_' are considered as word separators

    only letters and digits are allowed, the rest must be removed

    What about words with other characters mixed in alongside letters and digits? How are they supposed to be handled?

    What if the first letter of a word is a digit? What if the first letter of every word is a digit?

    Also, how are non-letter and digits removed? Before or after split? These are all unclear from the description.

  • Custom User Avatar
    • crouzet
    • commented on "dromedaryCase" kata
    • 2 years ago

    thx for your time, i hope you enjoyed it ^^

  • Custom User Avatar
    • crouzet
    • commented on "dromedaryCase" kata
    • 2 years ago

    :D

  • Custom User Avatar
    • Fbasham
    • commented on "dromedaryCase" kata
    • 2 years ago

    Yep, it works with my spaghetti code :p

  • Custom User Avatar
    • crouzet
    • resolved an issue on "dromedaryCase" kata
    • 2 years ago

    i've changed my implem :D
    thx a lot

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...