摘要: 题目描述 Given an integer matrix, find the length of the longest increasing path. From each cell, you can either move to four directions: left, right, up 阅读全文
posted @ 2019-07-16 15:34 你好哇傻小妞 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and no 阅读全文
posted @ 2019-07-16 14:40 你好哇傻小妞 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given an integer array nums, return the number of range sums that lie in [lower, upper] inclusive.Range sum S(i, j) is defined as the sum of the 阅读全文
posted @ 2019-07-16 11:16 你好哇傻小妞 阅读(133) 评论(0) 推荐(0) 编辑