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

科技开发公司长沙seo外包

科技开发公司,长沙seo外包,微服务平台怎么下载,沧州做网站哪家好链接:LintCode 炼码 - ChatGPT!更高效的学习体验! 题解: 九章算法 - 帮助更多程序员找到好工作,硅谷顶尖IT企业工程师实时在线授课为你传授面试技巧 class Solution { public:/*** param matrix: a matrix of intege…

链接:LintCode 炼码 - ChatGPT!更高效的学习体验!

题解: 九章算法 - 帮助更多程序员找到好工作,硅谷顶尖IT企业工程师实时在线授课为你传授面试技巧

class Solution {
public:/*** @param matrix: a matrix of integers* @param k: An integer* @return: the kth smallest number in the matrix*/
class Node {
public:Node(int v, int i):val(v),index(i) {}bool operator < (const Node& node) const {return val > node.val ? true : false;}int val;int index;
};int kthSmallest(vector<vector<int>> &matrix, int k) {// write your code hereint m = matrix.size();if (m <= 0) {return 0;}int n = matrix[0].size();if (n <= 0) {return 0;}std::vector<bool> distance(m*n, false);distance[0] = true;std::priority_queue<Node> que;que.push(Node(matrix[0][0], 0)); int i = 1;std::vector<std::vector<int>> direction{{0, 1}, {1, 0}};while (!que.empty()) {auto f = que.top();que.pop();if (i >= k) {return f.val;}for (int j = 0; j < direction.size(); ++j) {int next_row = f.index / n + direction[j][0];int next_col = f.index % n + direction[j][1];if (next_row < 0 || next_col < 0 || next_row >= m || next_col >= n) {continue;}int node = next_row * n + next_col;if (distance[node]) {continue;}que.push(Node(matrix[next_row][next_col], node));distance[node] = true;}++i;}return -1;}
};

 

 

 

 

 

 

 

http://www.fp688.cn/news/165009.html

相关文章:

  • 太原市建设局网站页面seo是什么意思
  • 男子替人做赌博网站百度帐号申请注册
  • 徐州网站建设托管百度热搜榜历史
  • 网站开发典型b站推广软件
  • 国外做机器的好的网站域名信息查询网站
  • 微微网站建设代码优化
  • 门户网网站seo怎么做站长工具中文
  • 通用网址通用网站查询网上培训课程平台
  • 网站开发php和ui谷歌浏览器 安卓下载2023版
  • 网站内容不显示不出来品牌推广策略分析
  • 做网站好的网站建设公司排名品牌网络推广
  • 百度企业查系统优化大师官方下载
  • 网站怎么做竞价百度 站长工具
  • 淘宝网店代运营哪家好整站seo优化
  • 用illustrator做网站点击器
  • wordpress主题带支付电商seo是指
  • 迁安建设局网站百度指数的数据来源
  • 江西做企业网站的公司百度百家号注册
  • 中山市建设局网站窗口电话推广营销app
  • wordpress wdpxseo关键词排名优化联系方式
  • 做透明头像的网站免费发seo外链平台
  • 网站开发简述长春疫情最新消息
  • java 做网站 模板在哪可以下精准推广引流5000客源
  • 网站开发的基本知识南和网站seo
  • 兰州疫情风险等级如何进行seo搜索引擎优化
  • 常州网站建设百科鼓楼网页seo搜索引擎优化
  • 云服务器哪家便宜seo外包服务
  • 广州网站推广公司网页制作教程视频
  • 商标注册多少钱盐城seo排名
  • 办网站需要备案吗我想开个网站平台怎么开呢