egonSchiele / grokking_algorithms

Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript/ES6 solution has formatting problems for chapter six

Alexandrshy opened this issue · comments

  1. For formatting JavaScript code is better to use Prettier. This will help in all examples to make the same formatting and it will look better.
  2. Function 02_breadth-first_search_by_Rytikov_Dmitrii has problems: functions need a second argument to work correctly, you must add default values ​​so that the function doesn't cause errors when there aren't enough arguments

I fixed it here #137