摘要: Largest Number Given a list of non negative integers, arrange them such that they form the largest number. Example 1: Input: [10,2] Output: "210" Exam 阅读全文
posted @ 2020-07-12 18:21 十三w~w 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Fraction to Recurring Decimal Given two integers representing the numerator and denominator of a fraction, return the fraction in string format. If th 阅读全文
posted @ 2020-07-12 16:39 十三w~w 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Compare Version Numbers Compare two version numbers version1 and version2. If *version1* > *version2* return 1; if *version1* < *version2* return -1;o 阅读全文
posted @ 2020-07-12 14:31 十三w~w 阅读(127) 评论(0) 推荐(0) 编辑