会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
EvanMeetTheWorld
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
63
64
65
66
67
68
69
70
71
···
117
下一页
2020年10月15日
Difference between GraphQL and REST API
摘要: reference: https://www.jianshu.com/p/2ad286397f7a Similarity: the ...
阅读全文
posted @ 2020-10-15 09:34 EvanMeetTheWorld
阅读(28)
评论(0)
推荐(0)
2020年10月9日
047 Digit Anagrams
摘要: Given an array of integers, a, count the number of pairs of i and ...
阅读全文
posted @ 2020-10-09 05:07 EvanMeetTheWorld
阅读(22)
评论(0)
推荐(0)
047 Digit Anagrams
摘要: Given an array of integers, a, count the number of pairs of i and ...
阅读全文
posted @ 2020-10-09 05:07 EvanMeetTheWorld
阅读(23)
评论(0)
推荐(0)
046 minimize diff (abs) of Ai and Bi elements by replacing an Ai
摘要: 就是对于每个b_i来说都去找离它最近的那个a_k,然后gain_i就是|b_i - a_i| - |b_i - a_k|,意为如果...
阅读全文
posted @ 2020-10-09 04:43 EvanMeetTheWorld
阅读(16)
评论(0)
推荐(0)
046 minimize diff (abs) of Ai and Bi elements by replacing an Ai
摘要: 就是对于每个b_i来说都去找离它最近的那个a_k,然后gain_i就是|b_i - a_i| - |b_i - a_k|,意为如果...
阅读全文
posted @ 2020-10-09 04:43 EvanMeetTheWorld
阅读(18)
评论(0)
推荐(0)
045 将二维邻接表输入还原成一维的图(一维数组)
摘要: for example: input: [[6, 5], [2, 3], [4, 3], [4, 5], [1, 2]] outpu...
阅读全文
posted @ 2020-10-09 03:06 EvanMeetTheWorld
阅读(27)
评论(0)
推荐(0)
045 将二维邻接表输入还原成一维的图(一维数组)
摘要: for example: input: [[6, 5], [2, 3], [4, 3], [4, 5], [1, 2]] outpu...
阅读全文
posted @ 2020-10-09 03:06 EvanMeetTheWorld
阅读(16)
评论(0)
推荐(0)
044 Figure Under Gravity
摘要: Python Version: def figureEnderGravity(matrix): if not matrix ...
阅读全文
posted @ 2020-10-09 02:40 EvanMeetTheWorld
阅读(18)
评论(0)
推荐(0)
044 Figure Under Gravity
摘要: Python Version: def figureEnderGravity(matrix): if not matrix ...
阅读全文
posted @ 2020-10-09 02:40 EvanMeetTheWorld
阅读(37)
评论(0)
推荐(0)
2020年10月8日
043 Rotate and Fall
摘要: similar to leetcode move zeros. move zeros: given an integer array...
阅读全文
posted @ 2020-10-08 12:20 EvanMeetTheWorld
阅读(17)
评论(0)
推荐(0)
上一页
1
···
63
64
65
66
67
68
69
70
71
···
117
下一页
公告