All notable changes to this project will be documented in this file.
0.4.0 (2020-11-14)
- find: find all/last path(s) with a specific value (62f6e05)
- ignore undefined, null type value (f7cd6d4)
0.3.0 (2020-10-20)
- findPathNodes: exit children bfs when no more target value (dd8533d)
- findPathNodes: impl findPathNodes (b2a7e70)
0.2.2 (2020-10-19)
- findNodes: shouldn't judge answer length in dfs (4d01077)
0.2.1 (2020-10-17)
- format npm description (2c02422)
0.2.0 (2020-10-17)
- rename traversal methods (f3e2a11)
- traversal: impl preorder, postorder, levelorder traversal (d8c2584)
- traversal: types (88f2d6d)