UNPKG

binary-tree-typed

Version:

Binary Tree. Javascript & Typescript Data Structure.

5 lines (4 loc) 56 B
export enum DFSOperation { VISIT = 0, PROCESS = 1 }