摘要: Given a linked list, swap every two adjacent nodes and return its head. You may not modify the values in the list's nodes, only nodes itself may be ch 阅读全文
posted @ 2019-03-22 18:42 GoodRnne 阅读(652) 评论(0) 推荐(0) 编辑
摘要: Write a function that reverses a string. The input string is given as an array of characters char[].Do not allocate extra space for another array, you 阅读全文
posted @ 2019-03-22 17:01 GoodRnne 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 一、数据链路层是TCP/IP模型中的倒数第二层,其主要解决的问题有: (1)当我从网络层接收到一个包之后,我应该将这个包发送给谁? 图 1 针对这个问题,我们可以看一下这一层网络包的格式图1, 最开始是目标MAC和源MAC,这两个字段解决的了我这个数据包应该发送给谁和这个数据包是谁发的的问题。 后一 阅读全文
posted @ 2019-03-22 16:35 GoodRnne 阅读(446) 评论(0) 推荐(0) 编辑