模拟
滑头鬼之亨
Frankiller
展开
-
uva 101 - The Blocks Problem
The Blocks Problem Background Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and ro原创 2012-07-17 16:12:34 · 2076 阅读 · 0 评论 -
uva 127 - "Accordian" Patience
``Accordian'' Patience You are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows: Deal cards one by one in a row from left to right, not o原创 2012-07-17 10:23:36 · 629 阅读 · 0 评论 -
uva 712 - 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. Each原创 2012-07-19 17:52:10 · 2906 阅读 · 0 评论 -
uva 327 - Evaluating Simple C Expressions
Evaluating Simple C Expressions The task in this problem is to evaluate a sequence of simple C expressions, buy you need not know C to solve the problem! Each of the expressions will appea原创 2012-07-20 21:02:30 · 2086 阅读 · 2 评论 -
uva 131 - The Psychic Poker Player
The Psychic Poker Player In 5-card draw poker, a player is dealt a hand of five cards (which may be looked at). The player may then discard between zero and five of his or her cards and ha原创 2012-08-08 14:39:22 · 2394 阅读 · 3 评论 -
uva 110 - Meta-Loopless Sorts
Meta-Loopless Sorts Background Sorting holds an important place in computer science. Analyzing and implementing various sorting algorithms forms an important part of the education of原创 2012-08-11 16:32:32 · 1693 阅读 · 1 评论