Skip to content

Commit

Permalink
Update Cutting Wood I.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ly16 authored Feb 5, 2018
1 parent f4eeb0c commit 8dc2b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cutting Wood I.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public int minCost(int[] cuts, int length) {
}
}
}
return cost[0][helper.length - 1];
return cost[0][helper.length - 1];
}
}

0 comments on commit 8dc2b12

Please sign in to comment.