From 32a49984d2ff55c4205b106a16b889b4372ac18c Mon Sep 17 00:00:00 2001 From: Claudio Lorina Date: Mon, 22 Jun 2020 12:11:42 +0200 Subject: [PATCH] Fix phase 3 pseudo code --- docs/notes.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/notes.txt b/docs/notes.txt index 1b5d5c5..a26b798 100644 --- a/docs/notes.txt +++ b/docs/notes.txt @@ -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