04 2018 档案

摘要:BasedLeetCode LeetCode learning records based on Java,Kotlin,Python... "Github 地址" 序号对应 "LeetCode" 中题目序号 14 编写一个函数来查找字符串数组中最长的公共前缀字符串 Java 语言实现 public 阅读全文
posted @ 2018-04-14 15:17 SiberiaDante 阅读(679) 评论(0) 推荐(0)
摘要:BasedLeetCode LeetCode learning records based on Java,Kotlin,Python... "Github 地址" 序号对应 LeetCode 中题目序号 9 判断一个整数是否是回文数。不能使用辅助空间 什么是回文数:“回文”是指正读反读都能读通的句 阅读全文
posted @ 2018-04-10 09:45 SiberiaDante 阅读(567) 评论(0) 推荐(0)
摘要:LeetCode learning records based on Java,Kotlin,Python... "Github 地址" 序号对应 LeetCode 中题目序号 1 两数之和 给定一个整数数列,找出其中和为特定值的那两个数,你可以假设每个输入都只会有一种答案,同样的元素不能被重用; 阅读全文
posted @ 2018-04-08 13:57 SiberiaDante 阅读(1026) 评论(0) 推荐(0)