摘要: Everyone knows LCS problem: For example: str1 = "GCTAT" str2 = "CGATTA" the longest common subsequence is "GTT" of them.So you should print "3". I'm s 阅读全文
posted @ 2020-04-20 23:54 XXXSANS 阅读(198) 评论(0) 推荐(0)
摘要: A subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = <x1, x2, ..., xm> another se 阅读全文
posted @ 2020-04-20 23:31 XXXSANS 阅读(170) 评论(0) 推荐(0)
摘要: Trees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking Machines' CM-5 are based on f 阅读全文
posted @ 2020-04-20 22:47 XXXSANS 阅读(120) 评论(0) 推荐(0)
摘要: Somewhere deep in the Czech Technical University buildings, there are laboratories for examining mechanical and electrical properties of various mater 阅读全文
posted @ 2020-04-20 22:04 XXXSANS 阅读(184) 评论(0) 推荐(0)
摘要: Paleontologists in Siberia have recently found a number of fragments of Jurassic period dinosaur skeleton. The paleontologists have decided to forward 阅读全文
posted @ 2020-04-20 18:55 XXXSANS 阅读(198) 评论(0) 推荐(0)
摘要: In mathematics, the four color theorem, or the four color map theorem, states that, given any separation of a plane into contiguous regions, producing 阅读全文
posted @ 2020-04-20 16:46 XXXSANS 阅读(587) 评论(0) 推荐(0)
摘要: Given n integers, your task is to pick k out of them so that the picked number are minimum when do bitwise “AND” among all of them. For example, there 阅读全文
posted @ 2020-04-20 11:33 XXXSANS 阅读(187) 评论(0) 推荐(0)
摘要: Jerboas are small desert-living animals, which resemble mice with a long tufted tail and very long hind legs. Jerboas shelter in well-hidden burrows. 阅读全文
posted @ 2020-04-20 10:36 XXXSANS 阅读(193) 评论(0) 推荐(0)