• 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
pa-m Avatar
Name:Pascal Masschelier
Clan:French Gophers
Member Since:Jan 2020
Last Seen:Jan 2025
Profiles:
Following:5
Followers:12
Allies:2
View Profile Badges
Ad
How many Kata did you complete in 2024?
Discover our top moments in 2024 and how you can level up in 2025.
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (162)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Paradoks-sanpai
    • commented on "Easy SQL: Convert to Hexadecimal" sql solution
    • 7 months ago

    holly molly

  • Custom User Avatar
    • wb4
    • commented on "Approximate solution of differential equation with Runge-Kutta 4" kata
    • 10 months ago

    It's funny how so few people have completed this kata when the description spells out the algorithm for you. I guess people find the math jargon intimidating and run away.

  • Custom User Avatar
    • smir-ant
    • commented on "Boiled Eggs" rust solution
    • 12 months ago

    Cool and tricky

  • Custom User Avatar
    • jpssj
    • commented on "Approximate solution of differential equation with Runge-Kutta 4" kata
    • 16 months ago

    Approved at kyu 6:

    {"data":[{"rank":-7,"count":12},{"rank":-6,"count":12},{"rank":-5,"count":3}]}
    
  • Custom User Avatar
    • akar-0
    • commented on "Approximate solution of differential equation with Runge-Kutta 4" kata
    • 2 years ago

    For which languages? Generatora are not native in many of them.

  • Custom User Avatar
    • Ruslan-dev-Free-Fire
    • created a suggestion for "Approximate solution of differential equation with Runge-Kutta 4" kata
    • 2 years ago

    I would prefer to implement the function as a generator, which would allow you to avoid storing all y values in memory and reduce memory consumption when working with large ranges.
    The RK4 function does not exit, but saves its state, allowing you to continue obtaining y values in the loop.

    yield y  # Return the value of y as a generator
    
  • Custom User Avatar
    • egor7orlov
    • commented on "Sort Numbers" rust solution
    • 2 years ago

    The solution I tried to implement, but because I didn't know about cloned() method had to go with clonning input array into variable -__-

  • Custom User Avatar
    • dayanidan007
    • commented on "Candlestick Chart" sql solution
    • 2 years ago

    Can you explain this part of the query?
    from generate_series((select date_trunc('day',min(createdAt)) from market_data),
    (select date_trunc('day',min(createdAt)) from market_data)+'1 day',
    'PT00:05:00') as gs(date)
    Why did you use a table called generate_series.
    I liked your solution the most, so I would be happy to understand it and learn from it

  • Custom User Avatar
    • Stilkind
    • commented on "Vector addition" sql solution
    • 2 years ago

    I was today years old when I learned about unnesting multiple arrays as in this example. It is awesome.
    One could also have the where clause for this as t is not null. But that is semantical.
    Personally I prefer to not have identical code in select and where clauses, but this solution stays +1

  • Custom User Avatar
    • pa-m
    • created an issue for "Primitive Pythagorean Triples" kata
    • 2 years ago

    go random tests sometimes expect solution in incorrect order

  • Custom User Avatar
    • Mednoob
    • commented on ""Regular Expression - Check if divisible by 0b111 (7)" Go Translation"
    • 3 years ago

    Approved

  • Custom User Avatar
    • bshore
    • commented on ""Regular Expression - Check if divisible by 0b111 (7)" Go Translation"
    • 3 years ago

    Updated to be Go 1.18

  • Custom User Avatar
    • Mednoob
    • commented on ""Regular Expression - Check if divisible by 0b111 (7)" Go Translation"
    • 3 years ago

    Unable to approve, the language version is invalid

  • Custom User Avatar
    • akar-0
    • resolved a suggestion on "Infix to Postfix Converter" kata
    • 3 years ago

    This translation has been rejected because it had no random tests, the reference solution was incorrect, and the author has not reacted several months after it has been pointed out.

  • Custom User Avatar
    • akar-0
    • commented on ""Infix to Postfix Converter" Go Translation"
    • 3 years ago

    No reaction after 3 months, rejected translation.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...