• 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
tslater2006 Avatar
Name:Unknown
Clan:Unknown
Member Since:Apr 2014
Last Seen:Apr 2018
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (22)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • hobovsky
    • commented on "Warnsdorff's Knights" kata
    • 5 years ago

    Unpublishing as a duplicate of https://www.codewars.com/kata/a-knights-tour/

  • Custom User Avatar
    • FArekkusu
    • created an issue for "Warnsdorff's Knights" kata
    • 5 years ago
    • The usage of a class is not justified
    • The function name should be in camelCase
    • The implementation of Warnsdorff algorithm is not enforced
    • Duplicate
  • Custom User Avatar
    • FArekkusu
    • resolved a question on "Warnsdorff's Knights" kata
    • 5 years ago

    There's no difference.

  • Custom User Avatar
    • Voile
    • created an issue for "Warnsdorff's Knights" kata
    • 7 years ago

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

  • Custom User Avatar
    • Voile
    • created an issue for "Warnsdorff's Knights" kata
    • 7 years ago

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

  • Custom User Avatar
    • pablo.inchausti
    • created a question for "Warnsdorff's Knights" kata
    • 7 years ago

    Nice Kata, I like the idea to use the Warnsdorff's Knights euristic approach instead brute force to solve the proble. Do you do something to avoid a solution withput the euristic approuch? I find this very similar to https://www.codewars.com/kata/a-knights-tour/ it is 4K, what are the main differences between this two katas?

  • Custom User Avatar
    • aryan-firouzian
    • commented on "Warnsdorff's Knights" kata
    • 9 years ago

    nice kata

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

    This issue has been fixed.

    Could you mark as solved please? Thank you.

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

    I tried to corect this, please check and mark as resolved if Ok.

  • Custom User Avatar
    • tanepiper
    • commented on "Zero fill... for the Queen!" kata
    • 10 years ago

    Yes, I was determined to do it without any loops - found a good one line solution I think :)

  • Custom User Avatar
    • tslater2006
    • commented on "Function 1 - hello world" kata
    • 10 years ago

    they have the 'expected' and 'actual' values backwards.. it wants "hello world" (no exclamation point).

  • Custom User Avatar
    • tslater2006
    • commented on "Counting sheep..." kata
    • 10 years ago

    sheep is the plural form of sheep. consider changing it to this instead of 'sheeps'

  • Custom User Avatar
    • tslater2006
    • created an issue for "Tug-o'-War" kata
    • 10 years ago

    The default test case has this line:

    Assert.AreEqual("Team 1 wins!", Kata.tug_o_war(new int[2,5] { {1,2,3,4,6}, {5,4,3,2,1} } ));

    which is invalid. the line needs to be

    Assert.AreEqual("Team 1 wins!", Kata.tug_o_war(new int[2,5] { new int[]{1,2,3,4,6}, new int[]{5,4,3,2,1} } ));

    Marked as major because the tests fail to run due to this even if the users code is valid.

  • Custom User Avatar
    • computerguy103
    • commented on "Warnsdorff's Knights" kata
    • 11 years ago

    Where the description says "be sure to not count the current cell", it really doesn't matter because you're just looking for the move with the fewest possible subsequent moves. If they could all move back to the current cell, they all have 1 more move; the one with the fewest still has the fewest.

  • Custom User Avatar
    • tslater2006
    • resolved an issue on "Warnsdorff's Knights" kata
    • 11 years ago

    Thank you for catching that, I have updated the test case.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...