摘要: The K−P factorization of a positive integer N is to write N as the sum of the P-th power of K positive int... 阅读全文
posted @ 2019-10-21 23:13 大帅本帅 阅读(4) 评论(0) 推荐(0)
摘要: Given a singly linked list L with integer keys, you are supposed to remove the nodes with duplicated absol... 阅读全文
posted @ 2019-10-21 21:38 大帅本帅 阅读(11) 评论(0) 推荐(0)
摘要: A linked list consists of a series of structures, which are not necessarily adjacent in memory. We assume ... 阅读全文
posted @ 2019-10-21 20:17 大帅本帅 阅读(7) 评论(0) 推荐(0)
摘要: To store English words, one method is to use linked lists and store a word letter by letter. To save some ... 阅读全文
posted @ 2019-10-21 19:04 大帅本帅 阅读(4) 评论(0) 推荐(0)