上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页
摘要: 地址:https://leetcode-cn.com/problems/add-without-plus-lcci/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/13 * Time: 下午1:33 面试题 17.01 阅读全文
posted @ 2020-10-13 13:34 花花妹子。 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/contiguous-sequence-lcci/ <?php/** * Created by PhpStorm. * User: huahua * Date: 2020/10/13 * Time: 上午11:44面试题 16. 阅读全文
posted @ 2020-10-13 11:45 花花妹子。 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/happy-number/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/13 * Time: 上午10:43 202. 快乐数 编写一个算法来判 阅读全文
posted @ 2020-10-13 10:44 花花妹子。 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/find-all-numbers-disappeared-in-an-array/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/12 * Tim 阅读全文
posted @ 2020-10-12 18:14 花花妹子。 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/element-appearing-more-than-25-in-sorted-array/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/12 阅读全文
posted @ 2020-10-12 18:04 花花妹子。 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/two-sum-ii-input-array-is-sorted/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/12 * Time: 下午5:4 阅读全文
posted @ 2020-10-12 17:50 花花妹子。 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/find-majority-element-lcci/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/10 * Time: 下午3:53 面试题 阅读全文
posted @ 2020-10-10 15:54 花花妹子。 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/unique-email-addresses/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/10/10 * Time: 下午3:04 * 929. 独 阅读全文
posted @ 2020-10-10 15:05 花花妹子。 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/qi-wang-ge-shu-tong-ji/ <?php /** 某互联网公司一年一度的春招开始了,一共有 n 名面试者入选。每名面试者都会提交一份简历,公司会根据提供的简历资料产生一个预估的能力值,数值越大代表越有可能通过面 阅读全文
posted @ 2020-09-30 16:54 花花妹子。 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/fizz-buzz/ <?php /** 写一个程序,输出从 1 到 n 数字的字符串表示。 1. 如果 n 是3的倍数,输出“Fizz”; 2. 如果 n 是5的倍数,输出“Buzz”; 3.如果 n 同时是3和5的倍数,输出 阅读全文
posted @ 2020-09-30 16:47 花花妹子。 阅读(263) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页