Skip to content

Commit bf16017

Browse files
author
Hamid Gasmi
committed
NP Special Cases: typo fixed
1 parent 407ccae commit bf16017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2733,7 +2733,7 @@
27332733
m0 ← 0
27342734
for all children u of v :
27352735
m0 ← m 0 + FunParty(u)
2736-
D(v) ← max(m1 , m0 )
2736+
D(v) ← max(m1 , m0 )
27372737
return D(v)
27382738
- Running Time: O(|T|)
27392739
- For each vertice, D(v) is computed only once thanks to the memorization

0 commit comments

Comments
 (0)