【leetcode_easy】1475. Final Prices With a Special Discount in a Shop

leetcode_easy_array

problem

1475. Final Prices With a Special Discount in a Shop

solution #1: 使用新数组更新数据;

code

 

solution #2: 直接在原数组更新数据;

code:

 

注意:

1. 满足更新数据的边界条件是大于等于;

2. 更新后的结果是打折后的数据;

 

参考

1. leetcode_1475. Final Prices With a Special Discount in a Shop;

上一篇:PHP代码篇(二)-- array_column函数将二维数组格式化成固定格式的一维数组,及优化查询方法


下一篇:(十七)硅谷外卖-异步显示数据