• 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
CodeMan99 Avatar
Name:Cody A. Taylor
Clan:Unknown
Skills:node.js, typescript, python, f#, docker, c#, c++
Member Since:Sep 2017
Last Seen:Dec 2024
Profiles:
Following:2
Followers:1
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (23)
  • Needs Resolution
  • Custom User Avatar
    • CodeMan99
    • commented on "Correct the time-string" kata
    • 17 months ago

    That sentance is about the output format.

    My comment is asking about the input format. One of the examples is "24:01:01" -> "00:01:01".

  • Custom User Avatar
    • CodeMan99
    • created a question for "Popping Blocks" kata
    • 2 years ago

    My solution mutates the original input. Just wondering if that's actually acceptable?

  • Custom User Avatar
    • CodeMan99
    • commented on "Sum by Factors" fsharp solution
    • 2 years ago

    I genuinely am shocked this is fast enough.

  • Custom User Avatar
    • CodeMan99
    • commented on "Roman Numerals Decoder" fsharp solution
    • 2 years ago

    Love the active pattern. Nice find.

    Solution is a bit greedy. I suppose more cases means less stack calls.

  • Custom User Avatar
    • CodeMan99
    • commented on "Buying a car" kata
    • 2 years ago

    Really do NOT love overly math-y problem in bash. Literally the wrong tool for the job. Oh well, I got some experience with bc syntax I guess.

  • Custom User Avatar
    • CodeMan99
    • commented on "A Chain adding function" kata
    • 2 years ago

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

  • Custom User Avatar
    • CodeMan99
    • created an issue for "Tortoise racing" kata
    • 2 years ago

    JavaScript needs a test case where the total time is more than 24.0 hours. This might invalidate several solutions.

  • Custom User Avatar
    • CodeMan99
    • commented on "Tortoise racing" javascript solution
    • 2 years ago

    This won't work for races that take more than 23 hours, 59 minutes, 59 seconds...

  • Custom User Avatar
    • CodeMan99
    • commented on "Twisted Sum" fsharp solution
    • 2 years ago

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

  • Custom User Avatar
    • CodeMan99
    • commented on "Convert string to camel case" kata
    • 8 years ago

    Assuming this is javascript. _ in a function usually means "unused parameter". If this is the callback to .match or similar, then the first parameter is the entire match while the second parameter is the first capturing group.

  • Custom User Avatar
    • CodeMan99
    • created a suggestion for "Convert string to camel case" kata
    • 8 years ago

    Marking my satisfaction with this Kata as "None" because only the two example seperators are used (dash & underscore). Considering it is suggested that you write your own tests, I was not expecting the examples to be exhaustive.

    Please either improve the description or make this Kata more challenging.

  • Custom User Avatar
    • CodeMan99
    • commented on "Fun with trees: array to tree" cpp solution
    • 8 years ago

    Note that I learned C++ in 2010 and have not used the language professionally. I also have never manually created a tree structure. I wanted to complete this kata without looking up the "accepted way" of creating a tree.

  • Custom User Avatar
    • CodeMan99
    • resolved a question on "Fun with trees: array to tree" kata
    • 8 years ago

    After much reading I realized that my process was causing values to be deconstructed. Whoops. What a rookie mistake.

  • Custom User Avatar
    • CodeMan99
    • commented on "Fun with trees: array to tree" kata
    • 8 years ago

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

  • Custom User Avatar
    • CodeMan99
    • created a question for "Fun with trees: array to tree" kata
    • 8 years ago

    I'm really struggling with this one. Namely I haven't done explicit pointers in a while.

    Anyway, every time I try to test the output says both the left and right sides of the assertion are "unsupport types".

    I can output the root of the tree (std::cout) and everthing seems fine. https://imgur.com/a/ZNize

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...