We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fe724 commit 7b50f21Copy full SHA for 7b50f21
src/dynamic_programming/subset_sum.rs
@@ -5,8 +5,8 @@
5
/// Uses dynamic programming to solve the subset sum problem.
6
///
7
/// # Arguments
8
-/// * arr - A slice of integers representing the input array
9
-/// * required_sum - The target sum to check for
+/// * `arr` - A slice of integers representing the input array.
+/// * `required_sum` - The target sum to check for.
10
11
/// # Returns
12
/// * A boolean indicating whether a subset exists that sums to the target
0 commit comments