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 Aug 14, 2023
1 parent fa39b11 commit 8ebb213
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 @@ -193,7 +193,7 @@ void print_knapsack_item(int maxWeight, struct Item items[], int itemCount,
* @brief Self-test implementations
* @returns void
*/
static void test()
static void tests()
{
// test 1
// Initialize the given items1
Expand Down

0 comments on commit 8ebb213

Please sign in to comment.