UNPKG

heap-typed

Version:

Heap. Javascript & Typescript Data Structure.

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