摘要: 题目 Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. 给定一个字符串 s,找到 s 中最长的回文子串。你可以假设 s 阅读全文
posted @ 2020-04-15 17:32 陌良 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1-500 1-100 【简单】1-两数之和 Two Sum 【中等】2-两数相加 Add Two Num 【中等】3-无重复字符的最长子串 Longest Substring Without Repeating Characters 【困难】4-寻找两个有序数组的中位数 Median of Two 阅读全文
posted @ 2020-04-15 15:03 陌良 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a matrix consists of 0 and 1, find the distance of the nearest 0 for each cell. The distance between two adjacent cells is 1. 1. The number o 阅读全文
posted @ 2020-04-15 14:28 陌良 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 基础概念 python基本信息 1. python之父是荷兰人 Guido van Rossum 2. python提供完善的基础代码库,覆盖网络、文件、GUI、数据库、文本等大量的内容 3. 除了内置库,python还有大量的第三方库 4. python适合应用 网络应用(网站、后台服务) 日常小 阅读全文
posted @ 2020-04-15 10:43 陌良 阅读(230) 评论(0) 推荐(0) 编辑