摘要: 31. Next Permutation Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arra 阅读全文
posted @ 2017-10-20 19:51 hdu胡恩超 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 30. Substring with Concatenation of All Words You are given a string, s, and a list of words, words, that are all of the same length. Find all startin 阅读全文
posted @ 2017-10-20 14:46 hdu胡恩超 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 29. Divide Two Integers Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. 这题真的无能为力,js写法一 阅读全文
posted @ 2017-10-20 01:41 hdu胡恩超 阅读(142) 评论(0) 推荐(0) 编辑