摘要: 题目描述 Given two integers representing the numerator and denominator of a fraction, return the fraction in string format. If the fractional part is repe 阅读全文
posted @ 2019-05-30 21:04 你好哇傻小妞 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Compare two version numbers version1and version2.If version1 > version2 return 1; if version1 < version2 return -1;otherwise return 0. You may as 阅读全文
posted @ 2019-05-30 20:03 你好哇傻小妞 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given an unsorted array, find the maximum difference between the successive elements in its sorted form. Return 0 if the array contains less than 阅读全文
posted @ 2019-05-30 15:17 你好哇傻小妞 阅读(111) 评论(0) 推荐(0) 编辑