Frank Akogun

Results 2 issues of Frank Akogun

Tree.js **traverseDepthFirst** doesn't return the correct order. ``` Tree.prototype.traverseDepthFirst= function(fn){ this.children.forEach(function(child){ child.traverseDepthFirst(fn); }); fn(this) } ``` Based on the example dataset: ``` var tree = new Tree(1); var branch1 =...

Hi, i noticed this particular icon isn't listed. ![image](https://user-images.githubusercontent.com/8538930/101905723-2b375580-3bb8-11eb-9b32-5b519ad08623.png) also the screenshot used in the Readme is quite misleading as most of them are also missing. ![68747470733a2f2f67772e616c697061796f626a656374732e636f6d2f7a6f732f726d73706f7274616c2f587a4f506f6e574373506a76676b726b6c437a6f2e706e67](https://user-images.githubusercontent.com/8538930/101906324-10191580-3bb9-11eb-8fde-5e0d79697b87.png)