Raminder Singh

Results 127 comments of Raminder Singh

You can use the debuggers in the modern browsers. E.g. F12 in chrome.

@mm304321141 Could you please fix the failing Travis CI. Another minor point is that the starting brace on if or else conditions should have a space between them. Like this:...

First of all apologies for not merging in the changes. I've been very busy with other priorities and can't and won't find time to maintain this repo. @qiao started this...

Hi @imwithye You can take a look at https://github.com/qiao/PathFinding.js/pull/32. This PR was not merged because the changes were done in the wrong file. If you happen to make it work...

I was thinking about adding support for this as this is quite a common scenario for A*. But as pointed out by @qiao will have to think about which other...

johnste's fork only adds support for A*. If anyone is interested in doing this please keep in mind that it needs to be done for other finders as well (wherever...

Not yet, if you have any numbers, don't hesitate to share.

This is a pathfinding library, it will not draw anything. You'll have to use some other means to draw whatever you want.

@joshq00 Everything looks fine to me. Thanks for the patch :+1: @qiao Any questions you have or should I go ahead and merge?

@magusverma The exact same case works for me. Have you tried it with visualize recursion disabled as with visualize recursion on it takes a long time.