Skip to content

Commit 98ca061

Browse files
Update mod.rs
1 parent 5045ae0 commit 98ca061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamic_programming/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ mod optimal_bst;
1616
mod rod_cutting;
1717
mod snail;
1818
mod subset_generation;
19-
mod task_assignment;
2019
mod subset_sum;
20+
mod task_assignment;
2121
mod trapped_rainwater;
2222
mod word_break;
2323

0 commit comments

Comments
 (0)