自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 收藏
  • 关注

原创 区块链之科普篇

区块链之科普篇 本文目录: 一.前言 二.什么是区块链? 三.为什么要分布式记账? *四.区块链是长什么样的呢? 五.如何用密码学技术保障交易数据完整安全? 六.如何获得记账权?挖矿?共识算法? 七.双重支付是否会发生呢? 八. 区块链在现实中的应用又有哪些呢? 九. 未来展望 十.参考文献 一.前言在当今互联网时代,网...

2018-09-01 13:45:54 2681 3

原创 NP-complete problems课后题

NP 课后题

2017-07-13 23:27:25 252

原创 第十七周 leetcode 322. Coin Change(Medium)

题目描述: You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make up that amount. If that amount of

2017-07-15 02:04:16 331

原创 第十五周 leetcode 77. Combinations(Medium)

题目描述: Given two integers n and k, return all possible combinations of k numbers out of 1 … n

2017-07-15 00:45:13 366

原创 第十三周 leetcode Add to List 55. Jump Game(Medium)

题目描述: Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position.

2017-07-15 00:13:46 400

原创 第十二周 leetcode 207. Course Schedule(Medium)

题目描述: There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is expresse

2017-07-15 00:03:47 179

原创 第十一周 leetcode 135. Candy(Hard)

题目描述: There are N children standing in a line. Each child is assigned a rating value. What is the minimum candies you must give?

2017-07-14 22:56:25 229

原创 第九周 leetcode 72. Edit Distance(Hard)

题目描述: Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)

2017-07-14 20:08:31 288

原创 第七周 leetcode 62. Unique Paths(Medium)

题目描述: A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below). The robot can only move either down or right at any point in time.

2017-07-14 19:34:51 253

原创 第五周 leetcode 3. Longest Substring Without Repeating Characters(Medium)

题目描述: Given a string, find the length of the longest substring without repeating characters.

2017-07-14 15:05:08 174

原创 第三周 leetcode 102. Binary Tree Level Order Traversal(Medium)

题目描述: Given a binary tree, return the level order traversal of its nodes’ values.

2017-07-14 15:02:54 269

原创 第一周 leetcode 224. Basic Calculator(hard)

第一周 leetcode 224. Basic Calculator(hard)题目描述: Implement a basic calculator to evaluate a simple expression string. The expression string may contain open ( and closing parentheses ), the plus + o

2017-03-13 20:25:31 303

原创 第二周 leetcode 215. Kth Largest Element in an Array(Medium)

第二周 leetcode 215. Kth Largest Element in an Array(Medium)题目描述: Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct ele

2017-03-13 19:06:50 255

空空如也

空空如也

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

TA关注的人

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