Uva 514: Rails (solution)

Uva 514: Rails (solution)

Rails There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. It was possible to establish only a surface track. Moreover, it turned out that theRead More

UVA 540: Team Queue (solution)

UVA 540: Team Queue (solution)

Team Queue Queues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, is not so well known, though it occurs often in everyday life. At lunch time the queue in front of the Mensa is aRead More

UVA 305: Joseph (solution)

UVA 305: Joseph (solution)

Joseph The Joseph's problem is notoriously known. For those who are not familiar with the original problem: from among n people, numbered 1, 2, ..., n, standing in circle every mth is going to be executed and only the life of the last remaining person will beRead More

UVA 458: The Decoder (solution)

UVA 458: The Decoder (solution)

The Decoder Write a complete program that will correctly decode a set of characters into a valid message. Your program should read a given file of a simple coded set of characters and print the exact message that the characters contain. The codeRead More

UVA 108: Maximum Sum (solution)

UVA 108: Maximum Sum (solution)

Maximum Sum Background A problem that is simple to solve in one dimension is often much more difficult to solve in more than one dimension. Consider satisfying a boolean expression in conjunctive normal form in which each conjunct consists of exactly 3 disjuncts.Read More

Uva 113: Power of Cryptography (solution)

Uva 113: Power of Cryptography (solution)

Power of Cryptography Background Current work in cryptography involves (among other things) large prime numbers and computing powers of numbers modulo functions of these primes. Work in this area has resulted in the practical use of results from number theory and other branches ofRead More

Uva 120: Stacks of Flapjacks (solution)

Uva 120: Stacks of Flapjacks (solution)

Stacks of Flapjacks Background Stacks and Queues are often considered the bread and butter of data structures and find use in architecture, parsing, operating systems, and discrete event simulation. Stacks are also important in the theory of formal languages. This problem involves both butterRead More