
uva
文章平均质量分 81
一直向前FBL
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
uva10361 - Automatic Poetry
Problem IAutomatic PoetryInput: standard inputOutput: standard outputTime Limit: 2 secondsMemory Limit: 32 MB “Oh God”, Lara Croft exclaims, “it’s one of these dumb riddles again!”原创 2014-04-26 22:03:58 · 427 阅读 · 0 评论 -
uva133-The Dole Queue
The Dole Queue In a serious attempt to downsize (reduce) the dole queue, The New National Green Labour Rhinoceros Party has decided on the following strategy. Every day all dole applicants原创 2014-07-12 22:17:02 · 646 阅读 · 0 评论 -
uva442-Matrix Chain Multiplication
Matrix Chain Multiplication Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multi原创 2014-07-13 15:29:36 · 646 阅读 · 0 评论 -
uva10152-ShellSort
ShellSort原创 2014-07-12 23:30:07 · 694 阅读 · 0 评论 -
uva10494 - If We Were a Child Again
大数除法原创 2014-05-04 21:20:56 · 703 阅读 · 0 评论 -
uva10106 - Product
大数乘法原创 2014-05-04 20:36:43 · 1101 阅读 · 0 评论 -
uva548 - Tree
Tree You are to determine the value of the leaf node in a given binary tree that is the terminal node of a path of least value from the root of the binary tree to any leaf. The value of原创 2014-04-16 11:29:56 · 629 阅读 · 0 评论 -
uva699 - The Falling Leaves
The Falling Leaves Each year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by the falling leaves accumulating unde原创 2014-04-17 15:29:12 · 478 阅读 · 0 评论 -
uva10010 - Where's Waldorf?
Where's Waldorf? Given a m by n grid of letters, ( ), and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o原创 2014-04-26 22:00:39 · 464 阅读 · 0 评论 -
uva465 - Overflow
Overflow Write a program that reads an expression consisting of two non-negative integer and an operator. Determine if either integer or the result of the expression is too large to be rep原创 2014-05-04 20:19:51 · 574 阅读 · 0 评论 -
uva748 - Exponentiation
高精度浮点数的指数实现原创 2014-05-04 20:41:40 · 734 阅读 · 0 评论 -
uva101 - The Blocks Problem
The Block ProblemThe BackgroundMany areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robotics (STRIPS) u原创 2014-03-29 23:37:41 · 599 阅读 · 2 评论 -
uva112 - Tree Summing
Tree Summing BackgroundLISP was one of the earliest high-level programming languages and, with FORTRAN, is one of the oldest languages currently being used. Lists, which are the fundam原创 2014-04-14 23:26:57 · 444 阅读 · 0 评论 -
uva297 - Quadtrees
Quadtrees A quadtree is a representation format used to encode images. The fundamental idea behind the quadtree is that any image can be split into four quadrants. Each quadrant may agai原创 2014-04-16 22:46:59 · 405 阅读 · 0 评论 -
uva712 - S-Trees
S-Trees A Strange Tree (S-tree) over the variable set is a binary tree representing a Boolean function . Each path of the S-tree begins at the root node and consists of n+1 nodes. E原创 2014-04-17 13:12:30 · 577 阅读 · 0 评论 -
uva537 - Artificial Intelligence?
Artificial Intelligence? Physics teachers in high school often think that problems given as text are more demanding than pure computations. After all, the pupils have to read and understan原创 2014-04-26 21:56:43 · 587 阅读 · 0 评论 -
uva673-Parentheses Balance
Parentheses Balance You are given a string consisting of parentheses () and []. A string of this type is said to be correct:(a)if it is the empty string(b)if A and B are correct, AB is c原创 2014-07-13 12:17:23 · 763 阅读 · 0 评论