[找工作]程序员面试宝典【笔记】(part 1)
摘要:v 题型: 数据结构(链表,数,图)、C++编程基础、数组、递归、矩阵、内存管理、时间复杂度、TCP/IP、操作系统、计算机网络、UML、OOA&OOP、自己的项目 v swap的几种写法: void swap(int* a, int* b) { int temp; temp = *a; *a =
阅读全文
posted @ 2016-05-17 19:50
posted @ 2016-05-17 19:50