上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 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)
摘要: Mice and Rice is the name of a programming contest in which each programmer must write a piece of code to ... 阅读全文
posted @ 2019-10-18 22:13 大帅本帅 阅读(5) 评论(0) 推荐(0)
摘要: Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, ..., N and pop ran... 阅读全文
posted @ 2019-10-18 21:31 大帅本帅 阅读(7) 评论(0) 推荐(0)
摘要: A Digital Library contains millions of books, stored according to their titles, authors, key words of thei... 阅读全文
posted @ 2019-10-17 16:28 大帅本帅 阅读(3) 评论(0) 推荐(0)
摘要: People often have a preference among synonyms of the same word. For example, some may prefer "the police",... 阅读全文
posted @ 2019-10-17 14:57 大帅本帅 阅读(5) 评论(0) 推荐(0)
摘要: Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all ... 阅读全文
posted @ 2019-10-17 13:26 大帅本帅 阅读(3) 评论(0) 推荐(0)
摘要: People on Mars count their numbers with base 13:Zero on Earth is called "tret" on Mars. The numbers 1 to 1... 阅读全文
posted @ 2019-10-17 13:20 大帅本帅 阅读(5) 评论(0) 推荐(0)
摘要: 目录 一、输入[var=] input ([提示字符串])(都作为字符串处理)二、输出1.print([表达式1, … ,表达式n][,sep=分隔符][,end=结束符]) 2.format(表达式[,格式字符... 阅读全文
posted @ 2019-10-17 08:34 大帅本帅 阅读(11) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页