摘要: 题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a... 阅读全文
posted @ 2016-03-27 15:55 Jung_zhang 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 目前互联网上使用的主流协议族就是TCP/IP协议族,它是一个分层、多协议的通信体系。 TCP/IP协议族是一个四层协议系统,自低向上分别是数据链路层、网络层、传输层和应用层。下层协议为上层协议提供服务。 数据链路层:实现了网卡接口的网络驱动程序,以处理数据在物理媒介上的传输,数据... 阅读全文
posted @ 2016-03-27 15:11 Jung_zhang 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input woul... 阅读全文
posted @ 2016-03-27 15:08 Jung_zhang 阅读(172) 评论(0) 推荐(0) 编辑