页面顶部 Top

世界那么大 我想去看看

定阅此目录的博客 或者 Feedburner

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

111 - 每日算法题: Count Number of Unival Subtrees - count-number-of-unival-subtrees.txt.txt

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

A unival tree is a tree where all the nodes have the same value. Given a binary tree, return the number of unival subtrees in the tree.

For example, the following tree should return 5:
...
阅读全文>>

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

112 - 每日算法题: Longest Substring With K Distinct Characters - longest-substring-with-k-distinct-characters.txt.txt

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

You are given a string s, and an integer k. Return the length of the longest substring in s that contains at most k distinct characters.

For instance, given the string:
...
阅读全文>>

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

113 - 2019年十大网络用语发布 - best-10-network-phrases-2019.txt.txt

12月2日,据教育部官网显示,国家语言资源监测与研究中心发布了“2019年度十大网络用语”。本次发布的十个网络用语依次为:不忘初心;道路千万条,安全第一条;柠檬精;好嗨哟;是个狼人;雨女无瓜;硬核;996;14亿护旗手;断舍离。

  据悉,“2019年十大网络用语”是基于国家语言资源监测语料库(网络媒体部分),采用“以智能信息处理技术为主,以人工后期微调为辅”的方式提取获得的。监测语料库包含了代表性网络论坛、网络新闻、博客等不同媒体形式的海量年度语言资源,用数据反映了年度流行网络用语的使用情况。其中,本次发布所涉及的网络论坛部分的数据就包含了超过40万个帖子,字符数超过5亿。

  “2019年十大网络用语”解读
...
阅读全文>>

Top | 类别: 有意思 | 评论 (0) | 标签: 网络用语, 2019, Top 10 Network Phrases, | 中文 | 276 次阅读, 18122 次搜索 | 983 个汉字

114 - 一个公司即将要倒闭的征兆是什么? - when-a-company-is-about-to-fall.txt.txt

1、如果是小公司,你很明显就可以看出来。

比如工资突然拖欠,客户开始流失,你做的事情开始减少。

老板开始三天两头抓考勤,你迟到一分钟他可以训你一个小时。
...
阅读全文>>

Top | 类别: 知识问答 | 评论 (0) | 标签: 公司, 倒闭, 征兆, Company, Collapse, | 中文 | 231 次阅读, 17697 次搜索 | 1285 个汉字

115 - 微信拉黑和删除有啥区别? - wechat-block.txt.txt

相信很多使用微信的读者都曾经拉黑过某人,更不用说删除好友了,虽然拉黑和删除都能起到拒绝接收对方信息的效果,但它们具体有什么异同呢?拉黑和删除之后,还可以收发消息吗?聊天记录还在吗?还可以重新添加吗?对方知道自己被我拉黑/删除吗?

为了解答这个困扰良久的未解之谜,12月4日,腾讯微信团队官微在微博科普了拉黑与删除的区别。

问:还可以收发信息吗?
...
阅读全文>>

Top | 类别: 计算机科学 | 评论 (0) | 标签: 微信, 拉黑, 删除, 区别, Wechat, Block, | 中文 | 539 次阅读, 17964 次搜索 | 356 个汉字

116 - 你见过哪些员工因为作死被开除的事情? - getting-fired.txt.txt

匿名用户:

老爹以前是某央企下的食用油生产基地的董事长,有天回来跟我说,他们的配电室被人扔了一颗炸弹。。。。。这个配电室可不是办公室的配电室,而是仓库的配电室,旁边全部都是油罐,如果发生了连环爆炸,后果将不堪设想。幸亏炸弹是有人自己用易拉罐制造的,威力不大才没有出大问题,只是暂时断了电。事发后配合警方各种追查,摄像头遭到破坏,不过通过绑易拉罐炸弹的透明胶带上的指纹,把目标锁定在了公司的某个刚入职半年的员工身上。小哥是工厂的加工员,刚入职半年。提审他的时候,他供认不讳。他表示他刚入职半年,从学校出来比较懒散,不适应公司的工作节奏。于是他做了个自制炸弹,趁没人的时候扔到配电箱里,想着只要公司发生了事故,他就能放假休息几天了。

匿名用户:
...
阅读全文>>

Top | 类别: 乱七八糟 | 评论 (0) | 标签: 被开除, 作死, Get Fired, Stories, | 中文 | 535 次阅读, 16847 次搜索 | 2309 个汉字

117 - 网易被裁员工已和网易达成和解 - netease-says-sorry.txt.txt

11月29日下午消息,网易与前员工纠纷事件又有最新进展,网易发布公告再次致歉,并表示双方已经达成和解,强调此次事件是对公司的重大警醒,将从严处分各环节责任人。

  同时,网易被裁员工也对事件进行了回应,他表示,非常感谢所有公众和媒体对他的事给予了巨大的关注与支持。这几天,网易高层几次联系他,当面做了很诚恳的道歉、沟通和慰问。目前,他和网易已经达成了和解:双方一致同意,放下争议,共同去关注眼下最重要的事情。

网易裁员
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 网易, 裁员, 和解, Netease, 163, | 中文 | 409 次阅读, 17234 次搜索 | 581 个汉字

118 - 每日算法题: Get all Values at a Certain Height in a Binary Tree - get-all-values-at-a-certain-height-in-a-binary-tree.txt.txt

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

Given a binary tree, return all values given a certain height h.

Here's a starting point:
...
阅读全文>>

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

119 - 每日算法题: Validate Binary Search Tree - validate-binary-search-tree.txt.txt

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

You are given the root of a binary search tree. Return true if it is a valid binary search tree, and false otherwise. Recall that a binary search tree has the property that all values in the left subtree are less than or equal to the root, and all values in the right subtree are greater than or equal to the root.

Here's a starting point:
...
阅读全文>>

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

120 - 每日算法题: First Missing Positive Integer - first-missing-positive-integer.txt

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

You are given an array of integers. Return the smallest positive integer that is not present in the array. The array may contain duplicate entries.

For example, the input [3, 4, -1, 1] should return 2 because it is the smallest positive integer that doesn't exist in the array.
...
阅读全文>>

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

121 - 每日算法题: Look and Say Sequence - look-and-say-sequence.txt

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

A look-and-say sequence is defined as the integer sequence beginning with a single digit in which the next term is obtained by describing the previous term. An example is easier to understand:

Each consecutive value describes the prior value.
...
阅读全文>>

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

122 - 每日算法题: Deepest Node in a Binary Tree - deepest-node-in-a-binary-tree.txt

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

You are given the root of a binary tree. Return the deepest node (the furthest node from the root).

Example:
...
阅读全文>>

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

123 - 每日算法题: Buddy Strings - buddy-strings.txt

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

Given two strings A and B of lowercase letters, return true if and only if we can swap two letters in A so that the result equals B.

Example 1:
...
阅读全文>>

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

124 - 每日算法题: Trapping Rainwater - tapping-rainwater.txt

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

You have a landscape, in which puddles can form. You are given an array of non-negative integers representing the elevation at each location. Return the amount of water that would accumulate if it rains.

For example: [0,1,0,2,1,0,1,3,2,1,2,1] should return 6 because 6 units of water can get trapped here.
...
阅读全文>>

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

125 - 每日算法题: Create a balanced binary search tree - create-a-balanced-binary-search-tree.txt

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

Given a sorted list of numbers, change it into a balanced binary search tree. You can assume there will be no duplicate numbers in the list.

Here's a starting point:
...
阅读全文>>

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

126 - 每日算法题: Merge K Sorted Linked Lists - merge-k-sorted-linked-list.txt

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

You are given an array of k sorted singly linked lists. Merge the linked lists into a single sorted linked list and return it.

Here's your starting point:
...
阅读全文>>

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

127 - 每日算法题: Contiguous Subarray with Maximum Sum - contiguous-subarray-with-maximum-sum.txt

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

You are given an array of integers. Find the maximum sum of all possible contiguous subarrays of the array.

Example:
...
阅读全文>>

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

128 - 网易认怂... - netease-says-sorry.txt

网易事件出结果了。网易基本上认怂,承认了被裁员工的说法,也承认自己裁员的做法简单粗暴,表示道歉并愿意进一步沟通补偿事宜。

简单介绍一下来龙去脉。

网易杭研所某游戏策划小哥工作5年,加班4000小时,长期劳累还得了心脏疾病。年初因业绩不佳被要求主动离职,但他不愿走。最终网易HR比较粗暴地开除了他,包括让保安采取强制措施等。从而引发了网络上广泛的支持和同情。
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 网易, 认怂, Neteasy, apologizes, | 中文 | 482 次阅读, 16864 次搜索 | 1405 个汉字

129 - 婚后我每个月给娘家2000是不是不合适? - send-money-to-parents.txt

提问:

我和我老公恋爱三年,结婚一年半,现在怀孕6个月。

我老公家情况是:拆迁户所以有两套自己的房子。他爸妈日子过得比较省,半辈子攒的几十万积蓄,用来给我们在杭州摇号买房当首付。(因为月租房子也是钱,摇号的房子相对性价比高。但是我们很佛系,房子摇不摇得到顺其自然吧。)
...
阅读全文>>

Top | 类别: 知识问答 | 评论 (0) | 标签: 婚后, 娘家, Sending Money, | 中文 | 433 次阅读, 15815 次搜索 | 2425 个汉字

130 - 被割韭菜的美股股民:“别买奇怪的中国公司股票!” - china-stocks.txt

与买中国公司股票的美股股民交谈,是一件颇为有趣的事情。

曾经有美股股民对硅星人提起自己投资的事儿,语气不无得意:“我买了阿里巴巴的股票”,大赚一笔;

也有另一名股民则问硅星人:“你有没有听说过瑞幸咖啡?听说这家公司很厉害,要挑战星巴克”。
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 割韭菜, 美股股民, 中国公司股票, Chinese Stocks, | 中文 | 855 次阅读, 15811 次搜索 | 1886 个汉字

131 - 网易回应暴力裁员事件 - netease-reply.txt

  25日,针对暴力裁员一事,网易公司回应称,确实存在简单粗暴、不近人情等诸多行为,向相关前同事及家人道歉。网易表示,接下来,将继续尝试和他进行积极有效的沟通,推进事件妥善处理,也愿意为这位前同事提供一切可行的援助。

  以下为网易声明全文:

  网易公司发布的说明
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 控诉, 网易暴力, 裁员, Netease, 163, | 中文 | 846 次阅读, 16407 次搜索 | 2563 个汉字

132 - 员工控诉网易暴力裁员将患病员工赶出公司 - netease.txt

  近日,一篇名为《网易裁员,让保安把身患绝症的我赶出公司,我在网易亲身经历的噩梦》的文章被广泛转发。作者在文章中称,自己是网易游戏的员工,身患扩张型心肌病。在职期间遇到了一系列不公正待遇,包括认为绩效与个人实际工作情况不符,在其生病后,网易采用各种方式希望其离职,避免进行N+1的离职赔偿,其间遇到了“逼迫、算计、监视、陷害、威胁,甚至被保安赶出公司”。

  以下为文章全文:

  网易裁员,让保安把身患绝症的我赶出公司。我在网易亲身经历的噩梦!
...
阅读全文>>

Top | 类别: 新闻资讯 | 评论 (0) | 标签: 控诉, 网易暴力, 裁员, Netease, 163, | 中文 | 1286 次阅读, 16728 次搜索 | 10490 个汉字


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


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