上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页

2019年8月29日

Leetcode 10. Regular Expression Matching(递归,dp)

摘要: 10. Regular Expression Matching Hard Hard Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and 阅读全文

posted @ 2019-08-29 17:42 若流芳千古 阅读(245) 评论(0) 推荐(0) 编辑

Linux 安装R包

摘要: https://www.cnblogs.com/jessepeng/p/10984983.html Linux 的R环境,可以通过anaconda jupyter notbook很容易的配置,见我之前的博客 https://www.cnblogs.com/shanyr/p/11276755.html 阅读全文

posted @ 2019-08-29 09:35 若流芳千古 阅读(2137) 评论(1) 推荐(0) 编辑

2019年8月28日

Leetcode 9. Palindrome Number(水)

摘要: 9. Palindrome Number Easy Easy Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Ex 阅读全文

posted @ 2019-08-28 14:22 若流芳千古 阅读(120) 评论(0) 推荐(0) 编辑

Leetcode 8. String to Integer (atoi)(模拟题,水)

摘要: 8. String to Integer (atoi) Medium Medium Implement atoi which converts a string to an integer. The function first discards as many whitespace charact 阅读全文

posted @ 2019-08-28 11:20 若流芳千古 阅读(168) 评论(0) 推荐(0) 编辑

2019年8月27日

Leetcode 7. Reverse Integer(水)

摘要: 7. Reverse Integer Easy Easy Given a 32-bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 Example 2: Input: -123 Out 阅读全文

posted @ 2019-08-27 22:28 若流芳千古 阅读(134) 评论(0) 推荐(0) 编辑

Leetcode 6. ZigZag Conversion(找规律,水题)

摘要: 6. ZigZag Conversion Medium Medium The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to di 阅读全文

posted @ 2019-08-27 17:00 若流芳千古 阅读(141) 评论(0) 推荐(0) 编辑

2019年8月26日

Leetcode 5. Longest Palindromic Substring(最长回文子串, Manacher算法)

摘要: Leetcode 5. Longest Palindromic Substring(最长回文子串, Manacher算法) Given a string s, find the longest palindromic substring in s. You may assume that the m 阅读全文

posted @ 2019-08-26 20:32 若流芳千古 阅读(238) 评论(0) 推荐(0) 编辑

2019年8月25日

Leetcode 4. Median of Two Sorted Arrays(中位数+二分答案+递归)

摘要: 4. Median of Two Sorted Arrays Hard Hard There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted a 阅读全文

posted @ 2019-08-25 21:34 若流芳千古 阅读(212) 评论(0) 推荐(0) 编辑

2019年8月24日

Leetcode 3. Longest Substring Without Repeating Characters(string 用法 水题)

摘要: 3. Longest Substring Without Repeating Characters Medium Medium Given a string, find the length of the longest substring without repeating characters. 阅读全文

posted @ 2019-08-24 19:24 若流芳千古 阅读(132) 评论(0) 推荐(0) 编辑

2019年8月23日

Leetcode 2. Add Two Numbers(指针和new的使用)结构体指针

摘要: 恢复内容开始 You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes 阅读全文

posted @ 2019-08-23 14:40 若流芳千古 阅读(432) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页

导航