From 3aceae95f1d36e9a7760f6aa0003bdc336c65b14 Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Tue, 27 Sep 2022 21:00:15 -0500 Subject: [PATCH] Fixed copy-paste error in notes. --- dynamic-programming/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-programming/notes.md b/dynamic-programming/notes.md index 9f202dc..16031a7 100644 --- a/dynamic-programming/notes.md +++ b/dynamic-programming/notes.md @@ -59,7 +59,7 @@ Problem: Subject to an integer weight limit, what choice of items (allowing repe * Vertices (situations): * … * Edge weights: - * [not needed] + * … * Topological order: * … * Goal: -- GitLab