地址:https://leetcode.com/problems/merge-sorted-array/ 描述: Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. ...
分类:
其他好文 时间:
2019-04-30 23:18:53
阅读次数:
162
题目:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=6012 BaoBao has just found two strings s and in his left pocket, where indicates the th ...
分类:
其他好文 时间:
2019-04-30 19:52:08
阅读次数:
176
一、刘未鹏的博客:怎样花两年时间面试一个人 http://mindhacks.cn/2011/11/04/how to interview a person for two years/ 请回答以下两个问题: 1.这篇博客下面的评论中,请列出你最感到有共鸣的三条(不限于三条)。10分 2.读了这篇博 ...
分类:
其他好文 时间:
2019-04-30 19:50:16
阅读次数:
155
Graph There are two standard ways to represent a graph G=(V,E)G=(V,E), where VV is a set of vertices and EE is a set of edges; Adjacency list represen ...
分类:
其他好文 时间:
2019-04-30 16:54:59
阅读次数:
112
原文: Tea for two。 question:Does Susan have tea by herself? Can't you come in and have tea now Piter? Not yet. I must water the garden first. Do you hav ...
分类:
其他好文 时间:
2019-04-30 14:18:25
阅读次数:
119
1.简单案例 create database Hang go use Hang create table Students ( Name varchar(50), Kemu varchar(50), sor int ) insert into Students values('张三','语文',88 ...
分类:
数据库 时间:
2019-04-29 12:42:54
阅读次数:
174
Should Your Resume Be One Page or Two? Conventional wisdom suggests that you should keep it short: According to job hunting site The Ladders, recruite ...
分类:
其他好文 时间:
2019-04-29 09:34:45
阅读次数:
138
SGI STL sort源码 其中_lg()用来控制分割恶化的情况,分割的层数小于log2(last-first)*2,使用快排,大于时,使用堆排序 ...
分类:
其他好文 时间:
2019-04-28 17:18:04
阅读次数:
142
import java.util.Iterator; public enum CountryEnums { ONE(1,"韩"),TWO(2,"魏"),THREE(3,"赵"),FOUR(4,"齐"),FIVE(5,"楚"),SIX(6,"燕"); private Integer retCode; ... ...
分类:
编程语言 时间:
2019-04-27 21:12:02
阅读次数:
227
Problem Codeforces #550 (Div3) - G.Two Merged Sequences Time Limit: 2000 mSec Problem Description Two integer sequences existed initially, one of them ...
分类:
其他好文 时间:
2019-04-27 10:18:44
阅读次数:
124