Skip to content

Latest commit

 

History

History
50 lines (23 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

50 lines (23 loc) · 1.77 KB

Changelog

All notable changes to this project will be documented in this file.

0.4.0 (2020-11-14)

Features

  • find: find all/last path(s) with a specific value (62f6e05)

Bug Fixes

  • ignore undefined, null type value (f7cd6d4)

0.3.0 (2020-10-20)

Features

  • findPathNodes: exit children bfs when no more target value (dd8533d)
  • findPathNodes: impl findPathNodes (b2a7e70)

0.2.2 (2020-10-19)

Bug Fixes

  • findNodes: shouldn't judge answer length in dfs (4d01077)

0.2.1 (2020-10-17)

Bug Fixes

0.2.0 (2020-10-17)

Features

  • rename traversal methods (f3e2a11)
  • traversal: impl preorder, postorder, levelorder traversal (d8c2584)

Bug Fixes