• 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
Kavignon Avatar
Name:Kevin Avignon
Clan:Solo
Skills:.net, c#, f#, asp.net core, elixir, ruby, rails
Member Since:Aug 2015
Last Seen:May 2025
Profiles:
Following:1,045
Followers:1,039
Allies:1,034
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (19)
  • Needs Resolution
  • Custom User Avatar
    • Kavignon
    • commented on "Maximum Length Difference" fsharp solution
    • 6 years ago

    This is highly inefficient -> O(n^2) if the 2 arrays are of equal length. Improve it.

  • Custom User Avatar
    • Kavignon
    • created a question for "Vasya - Clerk" kata
    • 9 years ago

    Why would the following : 25,25,25,25,25,100 expect a NO? I have dictionary for the "cash register" and I have enough "bills" to cover a 75$ cash return for the person in line when I come at he 100. Can someone explain this one to me ?

  • Custom User Avatar
    • Kavignon
    • created a suggestion for "Twisted Sum" kata
    • 10 years ago

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

  • Custom User Avatar
    • Kavignon
    • commented on "Palindrome chain length" kata
    • 10 years ago

    All my code is working. Although, it's too slow (took more than 6s)
    What can I do to speed my code while using static methods/class

  • Custom User Avatar
    • Kavignon
    • created an issue for "Format number as currency using extension method" kata
    • 10 years ago

    Should have random test for any kind of currency

  • Custom User Avatar
    • Kavignon
    • commented on "Human Readable Time" kata
    • 10 years ago

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

  • Custom User Avatar
    • Kavignon
    • commented on "Human Readable Time" kata
    • 10 years ago

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

  • Custom User Avatar
    • Kavignon
    • commented on "Human Readable Time" kata
    • 10 years ago

    Modified code to
    TimeSpan time = TimeSpan.FromSeconds(seconds);
    string str = time .ToString(@"hh:mm:ss");
    Expected: "03:59:59"
    But was: "99:59:59"
    for seconds =359999
    It does not make sense

  • Custom User Avatar
    • Kavignon
    • created an issue for "Human Readable Time" kata
    • 10 years ago

    I don't understand what's going on
    Expected string length 10 but was 8. Strings differ at index 0.
    Expected: "1.00:00:00"
    But was: "24:00:00"

    Convert.ToString( TimeSpan.FromSeconds( numOfSeconds ) )
    The format does not stick to its premise. Why is it 1.00 instead of 24:00:00 ?

  • Custom User Avatar
    • Kavignon
    • commented on "Tug-o'-War" kata
    • 10 years ago

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

  • Custom User Avatar
    • Kavignon
    • commented on "Good vs Evil" kata
    • 10 years ago

    Can someone help me please !

  • Custom User Avatar
    • Kavignon
    • created a question for "Buying a car" kata
    • 10 years ago

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

  • Custom User Avatar
    • Kavignon
    • created a suggestion for "Validate Sudoku with size `NxN`" kata
    • 10 years ago

    Could it be possible to have this kata in C# too ?

  • Custom User Avatar
    • Kavignon
    • commented on "Sum by Factors" kata
    • 10 years ago

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

  • Custom User Avatar
    • Kavignon
    • created an issue for "Good vs Evil" kata
    • 10 years ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...