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

用什么制作网站快速提升网站排名

用什么制作网站,快速提升网站排名,山东省住房和城乡建设局网站首页,广州做网站费用第一题是柠檬水找零https://leetcode.cn/problems/lemonade-change/,感觉并没有特别靠近贪心算法,可供讨论的情况非常少,5元收下,10元返5元,20元返15元,对各种找零情况讨论一下即可。 class Solution { pu…

第一题是柠檬水找零https://leetcode.cn/problems/lemonade-change/,感觉并没有特别靠近贪心算法,可供讨论的情况非常少,5元收下,10元返5元,20元返15元,对各种找零情况讨论一下即可。

class Solution {
public:bool lemonadeChange(vector<int>& bills) {int five = 0;int ten = 0;for (int bill : bills) {if (bill == 5)five++;if (bill == 10) {if (five == 0)return false;ten++;five--;}if (bill == 20) {if (ten > 0 && five > 0) {ten--;five--;} else if (ten == 0 && five >= 3) {five -= 3;} elsereturn false;}}return true;}
};

第二题是根据身高重建队列https://leetcode.cn/problems/queue-reconstruction-by-height/description/,两个维度,先确定身高,再确定人数,身高从大到小排列后对人数放心插入即可,因为前方都是大数,小数的插入并不影响第二维度。

class Solution {
public:
static bool cmp(const vector<int>& a, const vector<int>& b){if (a[0] == b[0]) return a[1] < b[1];return a[0] > b[0];
}vector<vector<int>> reconstructQueue(vector<vector<int>>& people) {vector<vector<int>> queue;sort(people.begin(), people.end(), cmp);for (int i = 0; i < people.size(); i++){int position = people[i][1];queue.insert(queue.begin() + position, people[i]); }return queue;}
};

第三题是射气球https://leetcode.cn/problems/minimum-number-of-arrows-to-burst-balloons/description/,想用最小的弓箭数射最多的气球,使气球尽可能重叠就可以了。所以需要将气球左区间进行排列,判断相邻气球的左右区间情况,若当前气球右区间大于上一气球左区间,则需要弓箭数加一。若不大于,则将两气球视为重叠气球,同时更新一下重叠气球的右区间,一遍判断与下一气球的重叠情况。

class Solution {
public:static bool cmp(const vector<int>& a, const vector<int>& b) {return a[0] < b[0];}int findMinArrowShots(vector<vector<int>>& points) {if (points.size() == 0)return 0;sort(points.begin(), points.end(), cmp);int result = 1;for (int i = 1; i < points.size(); i++) {if (points[i][0] > points[i - 1][1])result++;elsepoints[i][1] = min(points[i - 1][1], points[i][1]);}return result;}
};

http://www.pjxw.cn/news/32.html

相关文章:

  • 有限责任公司是什么企业类型seo入门课程
  • 婚礼顾问网站介绍模版seo视频教程百度网盘
  • 凡科做网站行吗网站运营是做什么的
  • wordpress怎样增加移动端企业网站seo平台
  • 中国信息网官网查询系统windows优化大师卸载不了
  • 国外设计作品网站长沙网络推广平台
  • 学生做网站教程竞价恶意点击报案
  • 中小企业新闻网站建设主流搜索引擎有哪些
  • 大连今年大项目建设百度seo营销
  • 什么网站系统做的最好的全国疫情最新消息今天实时
  • 美食网站首页模板网络项目免费的资源网
  • 南昌市做网站公司太原网站建设制作
  • 企业建设网站网站建设公司深圳营销推广引流公司
  • 营销型网站建设的概念百度指数1000搜索量有多少
  • 苏州市住房和城乡建设局政务网站软文时光发稿平台
  • 域名备案企业网站内容网站联盟推广
  • 博客类网站建设国际时事新闻
  • 建筑网站带图解百度的网址
  • wordpress侧边小图标联系方式天津百度seo排名优化软件
  • 长沙网站制作的啥都能看的浏览器
  • 开发公司质量保证体系提升神马seo关键词自然排名
  • wordpress标签tag快速优化系统
  • 校园二手物品交易网站开发背景今日重庆重要消息
  • 网站备案电话号码培训师资格证怎么考
  • 昆明医院网站建设怎么让百度收录
  • 工程建设监理网站蜘蛛搜索引擎