摘要:
UVA - 1599 Ideal Path New labyrinth attraction is open in New Lostland amusement park. The labyrinth consists of n rooms connected b... 阅读全文
摘要:
A. Pythagorean Theorem IICodeForces - 304A http://codeforces.com/problemset/problem/304/Atime limit per test3 secondsmemory limit per ... 阅读全文
摘要:
Anniversary partyTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 16631 Acce... 阅读全文
摘要:
在我们日常的编码中,计算机通常使用一些二进制位串来标记对象,如ascll码。但是很多时候由于在一个内容中,不同的对象出现的频率不同,8位的ascii码其实有许多空间上的浪费。为了减少这种浪费,我们选择使用一些别的方法来储存这些对象。即我们接下来讲到的哈夫曼编码具体的定... 阅读全文