07 2019 档案

摘要:Description Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) Push element x onto stack. pop() 阅读全文
posted @ 2019-07-31 15:51 arcsinW 阅读(94) 评论(0) 推荐(0) 编辑
摘要:Description A sentence is given, composed of words separated by spaces. Each word consists of lowercase and uppercase letters only. We would like to c 阅读全文
posted @ 2019-07-29 22:20 arcsinW 阅读(113) 评论(0) 推荐(0) 编辑
摘要:Description Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lis 阅读全文
posted @ 2019-07-29 15:53 arcsinW 阅读(116) 评论(0) 推荐(0) 编辑