Given two strings s and t , write a function to determine if t is an anagram of s. Example 1: Example 2: Note:You may assume the string contains only ...
分类:
其他好文 时间:
2019-05-10 21:58:16
阅读次数:
144
题目链接:https://leetcode-cn.com/problems/add-two-numbers/ 代码: ...
分类:
其他好文 时间:
2019-05-10 17:55:11
阅读次数:
118
604. Window Sum https://www.lintcode.com/problem/window-sum/description?_from=ladder&&fromId=1 自己写的方法: 九章的答案: ...
分类:
其他好文 时间:
2019-05-10 13:22:43
阅读次数:
121
http://codeforces.com/contest/1154/problem/E 解题: 举例n=10,k=1 1,2,10,4,7,6,9,8,5,3 第一次,1队先挑2,10,4这三个人 1,2,10,4,7,6,9,8,5,3 第二次,2队挑6,9,8三个人 1,2,10,4,7,6, ...
分类:
其他好文 时间:
2019-05-09 19:55:57
阅读次数:
135
ETW 1010Assignment 3: Answer All QuestionsQuestion 1 [25 points]: An oil refinery uses two types of crude oil: light crude, which costs $35 a barrel, ...
分类:
其他好文 时间:
2019-05-09 19:51:27
阅读次数:
99
官方文档 InnoDB implements standard row-level locking where there are two types of locks, shared (S) locks and exclusive (X) locks. A shared (S) lock perm ...
分类:
数据库 时间:
2019-05-09 10:50:52
阅读次数:
158
docker run -d -p 8082:8082 --name two-nginx -v ~/workplace/nginx/html:/usr/share/nginx/html -v ~/workplace/nginx/conf/nginx.conf:/etc/nginx/nginx.conf ...
分类:
其他好文 时间:
2019-05-09 10:42:30
阅读次数:
111
参考: 图像平滑处理(http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filt ...
分类:
其他好文 时间:
2019-05-08 14:40:37
阅读次数:
160
Problem Statement On a two-dimensional plane, there are N red points and N blue points. The coordinates of the i-th red point are (ai,bi), and the coo ...
分类:
编程语言 时间:
2019-05-07 19:39:30
阅读次数:
162
Given a non-empty array containing only positive integers, find if the array can be partitioned into two subsets such that the sum of elements in both ...
分类:
其他好文 时间:
2019-05-06 01:47:22
阅读次数:
134