摘要: 1.题目描述 Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not 阅读全文
posted @ 2018-02-28 23:30 vlice 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 1.题目描述 Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. 不使用乘除法的情况下作除法,溢出的话返回MAX-INT。 2. 阅读全文
posted @ 2018-02-28 23:06 vlice 阅读(114) 评论(0) 推荐(0) 编辑