上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 41 下一页
摘要: 1.题目Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list... 阅读全文
posted @ 2020-03-20 08:48 Jason66661010 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1.题目The lowest common ancestor (LCA) of two nodes U and V in a tree is the deepest node that has both U an... 阅读全文
posted @ 2020-03-19 21:49 Jason66661010 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 之前一直在寻找一款比较好用的记笔记软件,OneNote很强大,但是有时总是出现同步失败的问题,而且对代码类型的笔记不太友好。之后意外了解到markdown(一种富文本的记笔记形式),类似CSDN,于是就了解到Ty... 阅读全文
posted @ 2020-03-16 14:54 Jason66661010 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: 1.题目The "travelling salesman problem" asks the following question: "Given a list of cities and the distanc... 阅读全文
posted @ 2020-03-13 10:12 Jason66661010 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1.题目A proper vertex coloring is a labeling of the graph's vertices with colors such that no two vertices s... 阅读全文
posted @ 2020-03-12 22:47 Jason66661010 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1.题目In computer science, a heap is a specialized tree-based data structure that satisfies the heap propert... 阅读全文
posted @ 2020-03-12 19:28 Jason66661010 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1.题目PAT 准考证号由 4 部分组成:第 1 位是级别,即 T 代表顶级;A 代表甲级;B 代表乙级; 第 2~4 位是考场编号,范围从 101 到 999; 第 5~10 位是考试日期,格式为年、月、日顺次... 阅读全文
posted @ 2020-03-09 17:29 Jason66661010 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1.题目本题要求你编程解决一个更通用的问题:从任一给定的长度为 L 的数字中,找出最早出现的 K 位连续数字所组成的素数。输入格式:输入在第一行给出 2 个正整数,分别是 L(不超过 1000 的正整数,为数字长... 阅读全文
posted @ 2020-03-09 12:10 Jason66661010 阅读(349) 评论(2) 推荐(0) 编辑
摘要: 1.题目给定两个字符串 A 和 B,本题要求你输出 A+B,即两个字符串的并集。要求先输出 A,再输出 B,但重复的字符必须被剔除。输入格式:输入在两行中分别给出 A 和 B,均为长度不超过 10​6​​的、由可... 阅读全文
posted @ 2020-03-09 10:51 Jason66661010 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1.题目月饼是久负盛名的中国传统糕点之一,自唐朝以来,已经发展出几百品种。若想评比出一种“最好吃”的月饼,那势必在吃货界引发一场腥风血雨…… 在这里我们用数字说话,给出全国各地各种月饼的销量,要求你从中找出销量冠... 阅读全文
posted @ 2020-03-09 10:39 Jason66661010 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 41 下一页