2017年10月9日

Add Two Numbers

摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai 阅读全文

posted @ 2017-10-09 20:45 wsw_seu 阅读(95) 评论(0) 推荐(0) 编辑

4sumII

摘要: Given four lists A, B, C, D of integer values, compute how many tuples (i, j, k, l) there are such that A[i] + B[j] + C[k] + D[l]is zero. To make prob 阅读全文

posted @ 2017-10-09 19:53 wsw_seu 阅读(131) 评论(0) 推荐(0) 编辑

动态库与静态库优缺点比较(转 侵删)

摘要: 动态库与静态库优缺点比较 2017-10-09 13:32:01 动态库与静态库优缺点比较 我们在编写一个C语言程序的时候,经常会遇到好多重复或常用的部分,如果每次都重新编写固然是可以的,不过那样会大大降低工作效率,并且影响代码的可读性,更不利于后期的代码维护。我们可以把他们制作成相应的功能函数,使 阅读全文

posted @ 2017-10-09 13:31 wsw_seu 阅读(1349) 评论(0) 推荐(0) 编辑

导航