HIROSN / coding-interviews-es6

ECMAScript 2015 test bed.
14 stars 7 forks source link

Question about breadth first #2

Closed sh4ka closed 6 years ago

sh4ka commented 7 years ago

The algorithm shown as example is called breath first but I believe that is 'breadth first'. I have submitted a PR to change it: https://github.com/HIROSN/coding-interviews-es6/pull/1

HIROSN commented 6 years ago

Thanks for catching it!