Skip to content

Commit

Permalink
Update dynamic_programming/knapsack.c
Browse files Browse the repository at this point in the history
Co-authored-by: realstealthninja <[email protected]>
  • Loading branch information
aa001R and realstealthninja authored Jul 15, 2023
1 parent f5fbce9 commit 4e6d40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_programming/knapsack.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

#include <assert.h> /// for assert
#include <stdio.h>
#include <stdio.h> /// for IO operations

/**
* @brief Returns the maximum value between two values a and b
Expand Down

0 comments on commit 4e6d40c

Please sign in to comment.