01 2022 档案

摘要:When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A "soci 阅读全文
posted @ 2022-01-28 23:14 勇往直前的力量 阅读(70) 评论(0) 推荐(0)
摘要:Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1={11, 12, 13, 14} is 12, a 阅读全文
posted @ 2022-01-27 22:59 勇往直前的力量 阅读(41) 评论(0) 推荐(0)
摘要:A registration card number of PAT consists of 4 parts: the 1st letter represents the test level, namely, T for the top level, A for advance and B for 阅读全文
posted @ 2022-01-26 22:08 勇往直前的力量 阅读(46) 评论(0) 推荐(0)
摘要:A proper vertex coloring is a labeling of the graph’s vertices with colors such that no two vertices sharing the same edge have the same color. A colo 阅读全文
posted @ 2022-01-25 23:54 勇往直前的力量 阅读(52) 评论(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 @ 2022-01-25 21:53 勇往直前的力量 阅读(64) 评论(0) 推荐(0)
摘要: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 @ 2022-01-25 21:21 勇往直前的力量 阅读(58) 评论(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 @ 2022-01-24 21:43 勇往直前的力量 阅读(51) 评论(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. A binary search tree (BST) i 阅读全文
posted @ 2022-01-22 23:24 勇往直前的力量 阅读(45) 评论(0) 推荐(0)
摘要:The following is from Max Howell @twitter: Google: 90% of our engineers use the software you wrote (Homebrew), but you can’t invert a binary tree on a 阅读全文
posted @ 2022-01-14 17:48 勇往直前的力量 阅读(60) 评论(0) 推荐(0)
摘要:An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tree (with the 阅读全文
posted @ 2022-01-14 16:57 勇往直前的力量 阅读(49) 评论(0) 推荐(0)
摘要:A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer 阅读全文
posted @ 2022-01-13 20:40 勇往直前的力量 阅读(41) 评论(0) 推荐(0)
摘要:A family hierarchy is usually presented by a pedigree tree where all the nodes on the same level belong to the same generation. Your task is to find t 阅读全文
posted @ 2022-01-13 20:11 勇往直前的力量 阅读(47) 评论(0) 推荐(0)
摘要:A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer 阅读全文
posted @ 2022-01-11 11:26 勇往直前的力量 阅读(65) 评论(0) 推荐(0)
摘要:A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer 阅读全文
posted @ 2022-01-11 10:53 勇往直前的力量 阅读(55) 评论(0) 推荐(0)
摘要:Look-and-say sequence is a sequence of integers as the following: D, D1, D111, D113, D11231, D112213111, ... where D is in [0, 9] except 1. The (n+1)s 阅读全文
posted @ 2022-01-09 23:05 勇往直前的力量 阅读(57) 评论(0) 推荐(0)
摘要:Consider a positive integer N written in standard notation with k+1 digits ai as ak…a1a0 with 0 ⇐ ai < 10 for all i and ak > 0. Then N is palindromic 阅读全文
posted @ 2022-01-08 23:10 勇往直前的力量 阅读(45) 评论(0) 推荐(0)
摘要:Two integers are called “friend numbers” if they share the same sum of their digits, and the sum is their “friend ID”. For example, 123 and 51 are fri 阅读全文
posted @ 2022-01-07 21:03 勇往直前的力量 阅读(48) 评论(0) 推荐(0)
摘要:British astronomer Eddington liked to ride a bike. It is said that in order to show off his skill, he has even defined an "Eddington number", E -- tha 阅读全文
posted @ 2022-01-07 20:16 勇往直前的力量 阅读(71) 评论(0) 推荐(0)
摘要:"Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of th 阅读全文
posted @ 2022-01-07 17:33 勇往直前的力量 阅读(58) 评论(0) 推荐(0)
摘要:Given a set of N (> 1) positive integers, you are supposed to partition them into two disjoint sets A1 and A2 of n1 and n2 numbers, respectively. Let 阅读全文
posted @ 2022-01-06 20:17 勇往直前的力量 阅读(57) 评论(0) 推荐(0)
摘要:On a broken keyboard, some of the keys are always stucked. So when you type some sentences, the characters corresponding to those keys will appear rep 阅读全文
posted @ 2022-01-05 21:42 勇往直前的力量 阅读(61) 评论(0) 推荐(0)
摘要:Sexy primes are pairs of primes of the form (p, p+6), so-named since "sex" is the Latin word for "six". (Quoted from http://mathworld.wolfram.com/Sexy 阅读全文
posted @ 2022-01-05 21:29 勇往直前的力量 阅读(58) 评论(0) 推荐(0)
摘要:A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes 阅读全文
posted @ 2022-01-05 19:12 勇往直前的力量 阅读(53) 评论(0) 推荐(0)
摘要:A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes 阅读全文
posted @ 2022-01-05 15:33 勇往直前的力量 阅读(39) 评论(0) 推荐(0)
摘要:A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes 阅读全文
posted @ 2022-01-05 11:07 勇往直前的力量 阅读(70) 评论(1) 推荐(0)
摘要:Formation is very important when taking a group photo. Given the rules of forming K rows with N people as the following: The number of people in each 阅读全文
posted @ 2022-01-04 21:55 勇往直前的力量 阅读(112) 评论(0) 推荐(0)
摘要:The basic task is simple: given N real numbers, you are supposed to calculate their average. But what makes it complicated is that some of the input n 阅读全文
posted @ 2022-01-03 21:19 勇往直前的力量 阅读(45) 评论(0) 推荐(0)
摘要:This time your job is to fill a sequence of N positive integers into a spiral matrix in non-increasing order. A spiral matrix is filled in from the fi 阅读全文
posted @ 2022-01-03 20:40 勇往直前的力量 阅读(48) 评论(0) 推荐(0)
摘要:Given a sequence of positive numbers, a segment is defined to be a consecutive subsequence. For example, given the sequence {0.1, 0.2, 0.3, 0.4}, we h 阅读全文
posted @ 2022-01-03 17:19 勇往直前的力量 阅读(95) 评论(0) 推荐(0)
摘要:Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b 阅读全文
posted @ 2022-01-03 11:37 勇往直前的力量 阅读(50) 评论(0) 推荐(0)
摘要:Given an integer with no more than 9 digits, you are supposed to read it in the traditional Chinese way. Output "Fu" first if it is negative. For exam 阅读全文
posted @ 2022-01-03 09:55 勇往直前的力量 阅读(64) 评论(0) 推荐(0)
摘要:The string APPAPT contains two PAT’s as substrings. The first one is formed by the 2nd, the 4th, and the 6th characters, and the second one is formed 阅读全文
posted @ 2022-01-02 22:40 勇往直前的力量 阅读(58) 评论(0) 推荐(0)
摘要:Given a list of N student records with name, ID and grade. You are supposed to sort the records with respect to the grade in non-increasing order, and 阅读全文
posted @ 2022-01-02 21:37 勇往直前的力量 阅读(71) 评论(0) 推荐(0)
摘要:It is said that in 2013, there were about 100 graduate schools ready to proceed over 40,000 applications in Zhejiang Province. It would help a lot if 阅读全文
posted @ 2022-01-02 16:52 勇往直前的力量 阅读(63) 评论(0) 推荐(0)
摘要:Given N rational numbers in the form “numerator/denominator”, you are supposed to calculate their sum. Input Specification: Each input file contains o 阅读全文
posted @ 2022-01-02 10:49 勇往直前的力量 阅读(64) 评论(0) 推荐(0)