2017年4月18日
摘要: Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order. E 阅读全文
posted @ 2017-04-18 16:11 无惧风云 阅读(241) 评论(0) 推荐(0)
摘要: 给定的n个的d位数,其中每一个数位有k个可能的取值。如果对每个有效位排序采用的是稳定的计数排序算法,则时间复杂度是O(d(n+k)),空间 1 #include<iostream> 阅读全文
posted @ 2017-04-18 09:17 无惧风云 阅读(868) 评论(0) 推荐(0)