页面顶部 Top

世界那么大 我想去看看

定阅此目录的博客 或者 Feedburner

分类: 所有 | 乱七八糟(52) | 计算机科学(163) | 生活(35) | 成功(18) | 有意思(24) | 怀念(4) | 分享(60) | 情与爱(14) | 新闻资讯(84) | 名人名言(92) | 知识问答(26) | 健康(6) | 图片(5) | 故事(6) | 视频(13) | 虚拟货币-区块链(1) |
共: 603 - 统计 | 存档
« 前一页 ( 页数 :  .. 5 6 7 8 9 10 11 12 13 14 15 .. ) 后一页 »

136 - 每日算法题: Merge Overlapping Intervals - merge-overlapping-intervals.txt

Hi, here's your problem today. This problem was recently asked by Microsoft:

You are given an array of intervals - that is, an array of tuples (start, end). The array may not be sorted, and could contain overlapping intervals. Return another array where the overlapping intervals are merged.

For example:
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 233 次阅读, 17175 次搜索 | 76 个单词

137 - 每日算法题: Largest Product of 3 Elements I - largest-product-of-3-elements.txt

Hi, here's your problem today. This problem was recently asked by Microsoft:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

You are given an array of integers. Return the largest product that can be made by multiplying any 3 integers in the array.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 229 次阅读, 16167 次搜索 | 95 个单词

138 - 每日算法题: Spiral Traversal of Grid - spiral-traversal-of-grid.txt

Hi, here's your problem today. This problem was recently asked by Amazon:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

You are given a 2D array of integers. Print out the clockwise spiral traversal of the matrix.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 297 次阅读, 16287 次搜索 | 90 个单词

139 - 每日算法题: Find the k-th Largest Element in a List - find-the-k-th-largest-element-in-a-list.txt

Hi, here's your problem today. This problem was recently asked by Facebook:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

Given a list, find the k-th largest element in the list.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 229 次阅读, 27507 次搜索 | 66 个单词

140 - 读博人员的家属 - phd.txt

读博人员的家属。至今育有一娃,肚子里还怀了一个,老公读博还未毕业。全靠自己的工资维持自己的花销,偶尔帮娃买点衣服玩具。其他全靠家庭还算富裕的娘家支持。当初认识我老公的时候只知道这人还在读博,将来出来会做医生,虽然家境在魔都算非常差的,但人比较简单,以后应该是个潜力股,所以嫁人的时候没有太多犹豫。

但到现在一年半了,读博这件事在我眼里越来越没有意义。感觉学术成就终究敌不过柴米油盐,更何况我老公目前还没做出什么学术成就…

现在住在娘家的房子里,我妈心疼我都不愿意收我们饭前和生活补贴,让我自己留着用。本身家境好的我,快到30了还是0存款,现在开始慢慢收拢购物欲,开始省钱学着过日子。
...
阅读全文>>

Top | 类别: 生活 | 评论 (0) | 标签: 博士, 家属, PhD, | 中文 | 1930 次阅读, 16870 次搜索 | 1209 个汉字

141 - 里皮和他的十一个废物点心 - chinese-football.txt

叙利亚队对中国队说:百因必有果,你的报应就是我。

三番五次倒在叙利亚面前的中国队有多烂?

烂到里皮甘愿放弃世界足球教练第一年薪,甘愿放弃巨额违约金,急不可耐地走人。
...
阅读全文>>

Top | 类别: 乱七八糟 | 评论 (0) | 标签: 中国足球, 里皮, Chinese Football, | 中文 | 535 次阅读, 16449 次搜索 | 1124 个汉字

142 - 一个刚毕业的计算机相关专业学生,简历上有哪些经历会加分? - what-is-a-good-resume-for-programmer.txt

有同学问我如何让简历加分,事实上这个问题之前分享过,再总结一下。下面的描述更多的是偏向于社招,不过对学生而言也有一定的参考价值。

首先简历这个东西,只是一个敲门砖,我们的目的是让面试官看上去产生好感,然后给我们一个面试的机会,简历不需要表达全部的自己,面试官一定是从面试中获取大量的情报来深入了解你。所以简历写到什么程度,我们的目标是相当明确的。

如何从简历中让人看出你【做成了】什么,以及你未来【可能做成】什么,以下几点可以参考:
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 计算机, 简历, Computer Science, Good Resume, Programming, | 中文 | 337 次阅读, 17918 次搜索 | 650 个汉字

143 - 刘强东辞去全国政协委员 - liuqiangdong.txt

据《新闻联播》报道,11月7日,政协第十三届全国委员会常务委员会第九次会议在京闭幕,接受了刘强东因个人原因请辞第十三届全国政协委员。

  《中国人民政治协商会议章程》第三十八条规定,因工作变动或其他原因不宜继续担任委员的,本人应当辞去委员。对违反社会道德或存在与委员身份不符行为的,应当及时约谈或函询,经提醒仍不改正的,应当责令其辞去委员。

  1998年6月18日,毕业于中国人民大学的江苏宿迁人刘强东,在北京中关村创办了京东公司,2014年5月,京东在美国纳斯达克成功上市。目前,京东商城已成为中国最大的自营式电商企业,而京东集团业务已涉及零售、数字科技、物流、健康、保险、物流地产、云计算、AI和海外等领域。
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 刘强东, 全国政协委员, Qiangdong Liu, | 中文 | 883 次阅读, 15856 次搜索 | 905 个汉字

144 - 每日算法题 Move Zeros - moving-zeros.txt

Hi, here's your problem today. This problem was recently asked by Facebook:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 814 次阅读, 14883 次搜索 | 103 个单词

145 - 每日算法题 Remove k-th Last Element From Linked List - Remove-k-th-Last-Element-From-Linked-List.txt

Hi, here's your problem today. This problem was recently asked by AirBNB:

You are given a singly linked list and an integer k. Return the linked list, removing the k-th last element from the list.

Try to do it in a single pass and using constant space.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 228 次阅读, 26367 次搜索 | 120 个单词

146 - 每日算法题 Course Prerequisites - course.txt

Hi, here's your problem today. This problem was recently asked by Google:

By the way, check out our NEW project AlgoPro (http://algopro.com) for over 60+ video coding sessions with ex-Google/ex-Facebook engineers.

You are given a hash table where the key is a course code, and the value is a list of all the course codes that are prerequisites for the key. Return a valid ordering in which we can complete the courses. If no such ordering exists, return NULL.
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 1470 次阅读, 15265 次搜索 | 159 个单词

147 - 每日算法题 Witness of The Tall People - witness.txt

Hi, here's your problem today. This problem was recently asked by Google:

There are n people lined up, and each have a height represented as an integer. A murder has happened right in front of them, and only people who are taller than everyone in front of them are able to see what has happened. How many witnesses are there?

Example:
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (1) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 1949 次阅读, 20460 次搜索 | 94 个单词

148 - 每日算法题 Remove Consecutive Nodes that Sum to 0 - Remove-Consecutive-Nodes-that-Sum-to-0.txt

Hi, here's your problem today. This problem was recently asked by Uber:

Given a linked list of integers, remove all consecutive nodes that sum up to 0.

Example:
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | 英文 | 218 次阅读, 20436 次搜索 | 146 个单词

149 - 怎么暗示和勾引男生? - how-to-seduce-boys.txt

我们这些老姑娘的法子,可能比小姑娘的更委婉一些,

毕竟万一被拒绝,面子上搁不住不是。

通常情况下是让他到家里吃饭,而且不能干巴巴的邀请,喂,来我家吃饭吧,这就不叫暗示了。
...
阅读全文>>

Top | 类别: 情与爱 | 评论 (0) | 标签: 暗示, 勾引, 男生, Zhihu, | 中文 | 2673 次阅读, 21872 次搜索 | 1123 个汉字

150 - 每日面试算法题: Falling Dominoes - falling-dominoes.txt

Hi, here's your problem today. This problem was recently asked by Twitter:

Given a string with the initial condition of dominoes, where:

. represents that the domino is standing still
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, | 英文 | 486 次阅读, 15263 次搜索 | 117 个单词


分类: 所有 | 乱七八糟(52) | 计算机科学(163) | 生活(35) | 成功(18) | 有意思(24) | 怀念(4) | 分享(60) | 情与爱(14) | 新闻资讯(84) | 名人名言(92) | 知识问答(26) | 健康(6) | 图片(5) | 故事(6) | 视频(13) | 虚拟货币-区块链(1) |
共: 603 - 统计 | 存档
« 前一页 ( 页数 :  .. 5 6 7 8 9 10 11 12 13 14 15 .. ) 后一页 »


最后更新: May 11 2024 14:46:15 | RSS Subscription
牛排怎么做才好吃? | <meta name="机器人" content="不索引, 跟踪" />