Rodion Efremov
Rodion Efremov
When I extend the `AbstractLinkedList` and implement `Deque`, a problem appears: `Deque` specifies `void addFirst()` and `AbstractLinkedList` `boolean addFirst()`, so it would seem that there is a compatibility issue.
Hello! Thank you for your quick answer! The command `npm install -g n` gives me (on Windows) `npm ERR! code EBADPLATFORM`.
Thanks! Now it appears in the UI and runs, yet it stalls. No progress is shown and the browser tab freezes. Could you please take a look at [this](https://github.com/coderodde/PathFinding.js/blob/master/src/finders/IDDFSFinder.js)?