export enum DFSOperation {
  VISIT = 0,
  PROCESS = 1
}
