自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

我和facker五五开

该博客用来攒积分下资源而已= =没啥好看的

  • 博客(8)
  • 资源 (7)
  • 收藏
  • 关注

原创 LeetCode133.Clone Graph

题目Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors.OJ’s undirected graph serialization: Nodes are labeled uniquely.We use # as a separator for each node,

2017-09-24 17:13:54 350

原创 LeetCode167.Two Sum II - Input array is sorted

题目Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers s

2017-09-17 14:16:58 340

原创 LeetCode1.Two Sum

题目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 would have exactly one solution, and you may not use the same

2017-09-17 14:13:48 321

原创 LeetCode2. 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 contain a single digit. Add the two numbers and return

2017-09-10 00:41:17 251

原创 LeetCode445. Add Two Numbers II

题目You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contain a single digit. Add the two numbers and return

2017-09-10 00:34:28 312

原创 LeetCode371. Sum of Two Integers

题目Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -.Example: Given a = 1 and b = 2, return 3.思路运用数字电路里的加法器原理,异或得和,相与得进位两个数按位异或得到对应的各位和sum,按位与得到各位产生的进位tempC

2017-09-09 20:40:01 343

原创 LeetCode8. String to Integer (atoi)

题目Implement atoi to convert a string to an integer.Requirements for atoi: The function first discards as many whitespace characters as necessary until the first non-whitespace character is found. Then

2017-09-09 17:04:41 254

原创 LeetCode65. Valid Number

题目Validate if a given string is numeric.Some examples: “0” => true ” 0.1 ” => true “abc” => false “1 a” => false “2e10” => trueNote: It is intended for the problem statement to be ambiguous. You s

2017-09-09 16:22:05 427

【完整答案】人工智能一种现代的方法 第3版

【完整答案】 人工智能 一种现代的方法 第3版 高清pdf

2018-01-24

【答案】计算机网络_自顶向下方法_第6版_带书签

【答案】计算机网络_自顶向下方法_第6版_带书签定位,方便阅读

2018-01-24

软件测试 第二版 英文版 software_testing_2nd_edition

software_testing_2nd 软件测试 第二版 英文版_editionchm格式

2018-01-23

计算机网络第7版-谢希仁 带目录标签高清pdf

计算机网络第七版-谢希仁 带目录标签定位方便阅读 高清pdf

2018-01-23

计算机网络(自顶向下方法)第6版英文版 Computer Networking A Top-Down Approach 6th E

计算机网络 自顶向下 第六版 英文版, 带书签便于阅读

2017-11-25

计算机网络_自顶向下方法_第6版_带书签(中文版)

计算机网络自顶向下第六版,中文,带书签便于定位阅读

2017-11-25

计算机网络自顶向下方法答案(英文第六版适用)

This document contains the solutions to review questions and problems for the 5th edition of Computer Networking: A Top-Down Approach by Jim Kurose and Keith Ross. These solutions are being made available to instructors ONLY. Please do NOT copy or distribute this document to others (even other instructors). Please do not post any solutions on a publicly-available Web site. We’ll be happy to provide a copy (up-to-date) of this solution manual ourselves to anyone who asks.

2017-11-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除