• 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
ObviouslyGreen Avatar
Name:Shibo Yao
Clan:Ezoic
Member Since:Nov 2015
Last Seen:Feb 2025
Profiles:
Following:35
Followers:35
Allies:35
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (17)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ObviouslyGreen
    • commented on "Find the unique number" ruby solution
    • 5 months ago

    good use of sort count

  • Custom User Avatar
    • ObviouslyGreen
    • commented on "Connect Four" python solution
    • 6 years ago

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

  • Custom User Avatar
    • FArekkusu
    • commented on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    You asked what's BFS/DFS. You don't want the explanation.

    You didn't ask for "input" (neither specify what you mean by this). You want to receive some "input".

    What?

  • Custom User Avatar
    • monobrawl
    • commented on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    I was actually hoping for someone to provide original input and enrich the conversation

  • Custom User Avatar
    • FArekkusu
    • commented on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    DFS, BFS

  • Custom User Avatar
    • monobrawl
    • commented on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    I don't mean to hijack the thread but what are DFS and BFS, some kind of standard pathfinding algorithms?

  • Custom User Avatar
    • ObviouslyGreen
    • commented on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

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

  • Custom User Avatar
    • Blind4Basics
    • resolved an issue on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    done

  • Custom User Avatar
    • Blind4Basics
    • commented on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    damn me... I'll fix it, sorry.

    (actually, first and last tile being a wall shouldn't change anything but... well, it is in the description, yes)

  • Custom User Avatar
    • Xargos
    • created an issue for "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    In Java during the random test cases I run in to cases where the start position contains a wall, like this:

    W.\n
    ..

    I assume this is a bug since the tasks states that start and end positions are empty. I see there was an issue with where the end position contained a wall. Probably similar problem.

  • Custom User Avatar
    • Blind4Basics
    • resolved an issue on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    should be good, now.

  • Custom User Avatar
    • Voile
    • resolved a suggestion on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    No, you're not supposed to do that.

  • Custom User Avatar
    • Blind4Basics
    • commented on "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    Maybe I messed up something. Let me take a look.

    OK, I forgot to constrain the last cell. Will update the kata.

  • Custom User Avatar
    • nudelchef
    • created an issue for "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    Programming language: Java
    Challenge: Pathfinder #1

    Hello.

    I've stumbled over the following issue:

    My code works fine for the fixedTests and the moreTests...

    But when it comes to the randomTests, I get mazes like this one:

    ..W...W.W \n
    ..WW..WWW \n
    .....W... \n
    .W..W.... \n
    W....WWWW \n
    .......W. \n
    ..W...... \n
    WW.WW..WW \n
    .....W..W
    
    expected: but was:
    

    Why should that return ?

    Could anyone explain that to me? The last tile is obviously a wall, which can't be entered.

    Is that just an error in the java version? (java has only been solved once and maybe by 'accident'...)

    Thanks in advance,

    nudelchef

  • Custom User Avatar
    • ObviouslyGreen
    • created a suggestion for "Path Finder #1: can you reach the exit?" kata
    • 7 years ago

    I did a recursive backtracking solution in python. I had to set the maximum recursion limit to avoid hitting that for the larger test cases. Is there an major optimization I am missing. If there isn't, can we have the test up the recursion limit, which can confuse ppl thinking there solution is invalid.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...