algorithms-exercises icon indicating copy to clipboard operation
algorithms-exercises copied to clipboard

Created with CodeSandbox

Results 19 algorithms-exercises issues
Sort by recently updated
recently updated
newest added
trafficstars

It's an extra operation `nums[-1]` (undefined) will never be bigger than any truthy value

I think there is a bug with the pathfinding solution where it doesn't get neighbors correctly when the grid isn't square. https://github.com/btholt/algorithms-exercises/blob/5b2edb0bc08e033d552ea7f9c891d02b49863aa0/specs/pathfinding/pathfinding.solution.test.js#L77 ` if (y - 1 >= 0 &&...

This GIF is 2.4mb (sorry!) might take a moment to load: ![Screen_Recording_2022-06-28_at_4 41 55_PM](https://user-images.githubusercontent.com/47546998/176316544-0113e41f-6116-4db1-8ff7-cd13234923f1.gif)

Add sort condition to prevent numbers being compared alphabetically. This prevented the test to pass with a valid radix sort implementation.

https://github.com/btholt/algorithms-exercises/blob/5b2edb0bc08e033d552ea7f9c891d02b49863aa0/specs/graph/graph.test.js#L34 I do receive this error message when trying to run the tests locally. FAIL specs/graph/graph.test.js ● extra credit Tests cannot be nested. Test "user 1 with 7 degrees of...

Hi Brian, brilliant course as always, thanks ♡ ## Bubble sort Changed index to go only to length - 1. It worked to go up to length, but only implicitly...

Hi I think the version of the viewer in codesanbox is not working. I compared the version in this repository with the version in Codesanbox and some files are missing....

Parcel is storing caches in .parcel-cache/

# Bug report ## Node Version 12.18.3 ## Environment Linux and Windows PC ## Current behaviour I'm trying to run the code locally and there seems to be a build...

Useful when multiple versions of node are in use on a single machine; specifies to learners which node version is required to successfully run `npm install` after forking / cloning...