当前位置: 首页 > news >正文

排版 网站做网站太麻烦了

排版 网站,做网站太麻烦了,从事网站建设的工资,月夜直播免费完整版观看注:大佬解答来自LeetCode官方题解 121.买卖股票的最佳时期 1.题目 2.个人解答 function maxProfit(prices) {//更新最低价格和最大利润let minPrice prices[0];let maxProfit 0;for (let i 1; i < prices.length; i) {// 如果当前价格比最低价格还低&#xff0c;更新最…

注:大佬解答来自LeetCode官方题解

121.买卖股票的最佳时期

1.题目

2.个人解答

function maxProfit(prices) {//更新最低价格和最大利润let minPrice = prices[0];let maxProfit = 0;for (let i = 1; i < prices.length; i++) {// 如果当前价格比最低价格还低,更新最低价格if (prices[i] < minPrice) {minPrice = prices[i];}// 计算当前价格卖出时的利润,并更新最大利润else if (prices[i] - minPrice > maxProfit) {maxProfit = prices[i] - minPrice;}}return maxProfit;
}

 3.大佬解答

122.买卖股票最佳时期Ⅱ

1.题目

2.个人解答

var maxProfit = function (prices) {//更新最低价格和最大利润let minPrice = prices[0];let maxProfit = 0;for (let index = 1; index < prices.length; index++) {if (prices[index] < minPrice) {minPrice = prices[index];} else {maxProfit += prices[index]-minPrice;minPrice=prices[index]}}return maxProfit
};

 3.大佬解答

var maxProfit = function(prices) {const n = prices.length;let dp0 = 0, dp1 = -prices[0];for (let i = 1; i < n; ++i) {let newDp0 = Math.max(dp0, dp1 + prices[i]);let newDp1 = Math.max(dp1, dp0 - prices[i]);dp0 = newDp0;dp1 = newDp1;}return dp0;
};

 

 

var maxProfit = function(prices) {let ans = 0;let n = prices.length;for (let i = 1; i < n; ++i) {ans += Math.max(0, prices[i] - prices[i - 1]);}return ans;
};

 55.跳跃游戏

1.题目

2.个人解答

function canJump(nums) {let maxReach = 0;for (let i = 0; i < nums.length; i++) {if (i > maxReach) {return false; // 如果当前位置无法到达,则返回false}maxReach = Math.max(maxReach, i + nums[i]); // 更新maxReach}return maxReach >= nums.length - 1;
}

 3.大佬解答

 

http://www.yayakq.cn/news/38134/

相关文章:

  • 知名网站开发郑州建设网站推广公司
  • 商丘网站优化公司怀化政法网站
  • 温州哪里有网站优化阳江吧
  • 建设网站哪个比较好wordpress抓取微博
  • 推荐企业手机网站建设网络搜索工具
  • 合肥建站推广做网页需要的素材
  • 贵州省建设厅网站造价工程信息网免费推广网站2023mmm
  • 百度网站提交地址wordpress主题安装失败下载失败
  • 网站怎么做小程序旅游网站建设前期分析
  • 平度市网站建设wordpress手机网站模板
  • 做网站第一步要干啥传奇新服网
  • 网站高速下载如何做网站建设质量保证金
  • 杭州网站推广找哪家wordpress重复链接
  • 苏州网站营销公司黔东南网站建设gzklyy
  • 装饰装修网站建设方案搜索引擎推广和优化方案
  • 网站建设伍金手指下拉9网建教程
  • 有关网站开发的论文佛山专业网站建设报价
  • 易语言做网站视频信金在线制作网站
  • 手机网站制作免费wordpress如何修改模板
  • 台州做网站联系方式网站建设价类型
  • 东城区网站建设公司网站安全维护
  • 老电脑做网站服务器网站seo什么意思
  • 做调查问卷网站惠州h5网站建设
  • 注册网站查询官网广州建设品牌网站
  • flash成品网站怎么向国外打广告
  • 门户网站开发怎么收费优秀网站要素
  • 承德企业网站建设阿里云建站
  • php 网站开发360网站后台 清理缓存
  • 建设一个网站费用vs2015网站开发
  • 建网站的大公司2023年专业招标时间