Skip to content

Commit

Permalink
Fix phase 3 pseudo code
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiolor committed Jun 22, 2020
1 parent 6feba6e commit 32a4998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ while Q is not empty {
}

Phase 3: pre and post order
//TODO use a copy of n_outgoing array
post_order[n_nodes] = { 0 }
Q = roots
mP mutex to protect P
Expand Down

0 comments on commit 32a4998

Please sign in to comment.