摘要:
题目You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up: Could you do this in-place?分析本...
阅读全文
posted @ 2015-08-31 20:49
Coding菌
阅读(114)
推荐(0)
摘要:
题目Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example, [1,1,2] have the followin...
阅读全文
posted @ 2015-08-31 20:15
Coding菌
阅读(112)
推荐(0)
摘要:
题目Given a collection of numbers, return all possible permutations.For example, [1,2,3] have the following permutations: [1,2,3], [1,3,2], [2,...
阅读全文
posted @ 2015-08-31 20:07
Coding菌
阅读(166)
推荐(0)
摘要:
1.1. primitive system data types(包含很多类型重定义,如pid_t、int8_t等)1.2. //与套接字相关的函数声明和结构体定义,如socket()、bind()、connect()及struct sockaddr的定义等int set...
阅读全文
posted @ 2015-08-31 17:28
Coding菌
阅读(198)
推荐(0)