PAT
jinduo16
这个作者很懒,什么都没留下…
展开
-
PAT 1152 Google Recruitment (20分)
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 super-simple, a URL consisting of the first 10-digit p...原创 2020-01-18 17:08:41 · 151 阅读 · 0 评论 -
PAT 1154 Vertex Coloring (25分)
Aproper vertex coloringis a labeling of the graph's vertices with colors such that no two vertices sharing the same edge have the same color. A coloring using at mostkcolors is called a (proper)k...原创 2020-01-18 15:55:40 · 141 阅读 · 0 评论 -
PAT 1155 Heap Paths (30分)
In computer science, aheapis a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the value) of P is either greater than or equal to...原创 2020-01-18 15:31:20 · 138 阅读 · 0 评论