自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 Coursera Algorithms第五周编程任务

Programming Assignment 5: Kd-TreesWrite a data type to represent a set of points in the unit square (all points havex- andy-coordinates between 0 and 1) using a2d-treeto support efficientra...

2018-06-28 16:17:00 142

转载 Coursera Algorithms第四周编程任务

Programming Assignment 4: 8 PuzzleWrite a program to solve the 8-puzzle problem (and its natural generalizations) using the A* search algorithm.Algorithms 第四周的编程任务,主要目的是编写一个Board类来代表\(n*n\)的一个格...

2018-06-28 15:12:00 236

转载 Coursera Algorithms第三周编程任务

Programming Assignment 3: Pattern RecognitionWrite a program to recognize line patterns in a given set of points.Algorithms 第三周的编程任务,主要目的是编写一个Point类来代表平面上的点,一个BruteCollinearPoints类来计算所有包含四个点的线段...

2018-06-26 15:20:00 264

转载 Coursera Algorithms第二周编程任务

Programming Assignment 2: Deques and Randomized QueuesWrite a generic data type for a deque and a randomized queue. The goal of this assignment is to implement elementary data structures using a...

2018-06-25 22:40:00 191

转载 Coursera Algorithms第一周编程任务

Programming Assignment 1: PercolationWrite a program to estimate the value of thepercolation thresholdvia Monte Carlo simulation.Algorithm 第一周的编程任务,主要目的是编写两个类,来进行Monte Carlo模拟,大致估计出渗滤阈值(perco...

2018-06-25 19:37:00 387

空空如也

空空如也

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

TA关注的人

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