上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 98 下一页
摘要: Werewolf(狼人杀) is a game in which the players are partitioned into two parties: the werewolves and the human beings. Suppose that in a game, player #1 阅读全文
posted @ 2020-04-11 21:02 Veritas_des_Liberty 阅读(247) 评论(0) 推荐(0)
摘要: When shipping goods with containers, we have to be careful not to pack some incompatible goods into the same container, or we might get ourselves in s 阅读全文
posted @ 2020-04-10 22:25 Veritas_des_Liberty 阅读(211) 评论(0) 推荐(0)
摘要: The "travelling salesman problem" asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shor 阅读全文
posted @ 2020-04-10 21:41 Veritas_des_Liberty 阅读(201) 评论(0) 推荐(0)
摘要: The lowest common ancestor (LCA) of two nodes U and V in a tree is the deepest node that has both U and V as descendants. Given any two nodes in a bin 阅读全文
posted @ 2020-04-10 17:21 Veritas_des_Liberty 阅读(201) 评论(0) 推荐(0)
摘要: In July 2004, Google posted on a giant billboard along Highway 101 in Silicon Valley (shown in the picture below) for recruitment. The content is supe 阅读全文
posted @ 2020-04-10 14:38 Veritas_des_Liberty 阅读(221) 评论(0) 推荐(0)
摘要: 经过连个小时的笔试考试真的发现自己的编码水平还是不行,感觉都是很简单的题,但是提交上去之后总是不能够AC,自己平时写代码也都是慢悠悠的写,没有注意过时间,经过这次的笔试,发现自己在规定的时间内写出一些没有bug代码,真的很难。 像第一题,我知道该怎么写,但是写的时候思路很混乱,有些特殊的时间点也考虑 阅读全文
posted @ 2020-04-09 21:30 Veritas_des_Liberty 阅读(815) 评论(0) 推荐(0)
摘要: RESTful调用和 RPC调用有什么区别?如果让你设计一个RPC服务治理框架你会设计那些模块?是否了解过Service Mesh,如果了解Service Mesh是用来解决什么问题的? 1、RESTful是一种软件架构风格,用于约束客户端和服务器交互,满足这些约束条件和原则的应用程序或设计就是 R 阅读全文
posted @ 2020-04-09 15:15 Veritas_des_Liberty 阅读(487) 评论(0) 推荐(1)
摘要: 链接:https://www.nowcoder.com/questionTerminal/2e2510b2e41e4d3b922416e51afc077b来源:牛客网 给出两个字符串,分别是模式串P和目标串T,判断模式串和目标串是否匹配,匹配输出 1,不匹配输出 0。模式串中‘?’可以匹配目标串中的 阅读全文
posted @ 2020-04-09 01:14 Veritas_des_Liberty 阅读(716) 评论(1) 推荐(1)
摘要: 给出一个布尔表达式的字符串,比如:true or false and false,表达式只包含true,false,and和or,现在要对这个表达式进行布尔求值,计算结果为真时输出true、为假时输出false,不合法的表达时输出error(比如:true true)。表达式求值是注意and 的优先 阅读全文
posted @ 2020-04-08 20:38 Veritas_des_Liberty 阅读(850) 评论(0) 推荐(0)
摘要: 今天接到了美团的笔试邀请,毕竟是人生中的第一次,感觉挺开心的,但是开心的同时伴随而来的是担心,没什么经验,不知道笔试这一关能不能通过。编程提到还好,就是那些问答题我真的不知道该怎么回答,感觉一脸懵。趁着这两天时间,好好地补一下吧。不知道为什么突然感觉自己好像什么都不会。是不是自己把太多的精力放在了写 阅读全文
posted @ 2020-04-08 00:09 Veritas_des_Liberty 阅读(755) 评论(0) 推荐(1)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 98 下一页