会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Simplify
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2017年12月17日
[LeetCode]Length of Last Word
摘要: Length of Last Word: Given a string s consists of upper/lower-case alphabets and empty space characters ’ ‘, return the length of las...
阅读全文
posted @ 2017-12-17 00:00 liangf27
阅读(64)
评论(0)
推荐(0)
2017年12月9日
[LeetCode]Find Pivot
摘要: Find Pivot: Given an array of integers nums, write a method that returns the “pivot” index of this array. We define the pivot inde...
阅读全文
posted @ 2017-12-09 10:49 liangf27
阅读(70)
评论(0)
推荐(0)
2017年12月2日
[LeetCode]Find Bottom Left Tree Value
摘要: Find Bottom Left Tree Value: Given a binary tree, find the leftmost value in the last row of the tree. Example 1: Input: 2 ...
阅读全文
posted @ 2017-12-02 14:42 liangf27
阅读(74)
评论(0)
推荐(0)
2017年11月23日
[LeetCode]Maximum Length of Repeated Subarray
摘要: Maximum Length of Repeated Subarray: Given two integer arrays A and B, return the maximum length of an subarray that appears in both ...
阅读全文
posted @ 2017-11-23 20:19 liangf27
阅读(105)
评论(0)
推荐(0)
2017年11月22日
[LeetCode]Maximum Subarray题解
摘要: Maximum Subarray: Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For exa...
阅读全文
posted @ 2017-11-22 16:44 liangf27
阅读(111)
评论(0)
推荐(0)
2017年11月8日
[LeetCode]Reverse Words in a String
摘要: Reverse Words in a String: Given an input string, reverse the string word by word. For example, Given s = “the sky is blue”, r...
阅读全文
posted @ 2017-11-08 00:00 liangf27
阅读(112)
评论(0)
推荐(0)
2017年10月31日
[LeetCode]Implement strStr()
摘要: Implement strStr(): Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle is not pa...
阅读全文
posted @ 2017-10-31 21:45 liangf27
阅读(125)
评论(0)
推荐(0)
2017年10月25日
Recyclerview adapter
摘要: import android.support.v7.widget.RecyclerView;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGrou...
阅读全文
posted @ 2017-10-25 10:52 liangf27
阅读(144)
评论(0)
推荐(0)
2017年10月24日
[LeetCode]Symmetric Tree
摘要: Symmetric Tree: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this b...
阅读全文
posted @ 2017-10-24 12:48 liangf27
阅读(69)
评论(0)
推荐(0)
Socket的基本操作
摘要: socket的基本操作: (1)socket()函数: (2)bind()函数: (3)listen(),connect()函数; (4)accept()函数; (5)socket中的发送与接收函数: (6)close()函数: (7)服务器上调用socket函数: (8)客户端调用socket函数
阅读全文
posted @ 2017-10-24 00:17 liangf27
阅读(677)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
下一页
公告