自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Algorithms_week4_Stacks and Queues

We consider two fundamental data types for storing collections of objects: the stack and the queue. We implement each using either a singly-linked list or a resizing array. We introduce two advanced J...

2019-01-05 09:56:50 100

原创 Algorithms_week3_Analysis of Algorithms

官网总结 INTRO 研究算法是为了减少计算机运行时间从而降低成本 比如FFT(快速傅里叶算法)。an algorithm for breaking down the wave form of n samples of a signal into periodic components.将信号的N个采样波形分为若干周期分量 And that’s at the basis for dvds and ...

2019-01-05 09:29:56 117 1

原创 Algorithms_week2_Union−Find

UNION-FIND 官网总结 DYNAMIC CONNECTION The algorithms that we’re looking at today are not going to actually give the path connecting the two objects. It’s just going to be able to answer the question, is...

2018-12-29 04:57:12 62

原创 Algorithms_week1_introduction

课程分为2 parts: PART I: data type sorting and searching basic data structures and algorithms - stacks栈, queues, bags and priority queues classic algorithms for sorting - quicksort快速排序, mergesort归并排序, he...

2018-12-24 11:20:12 113

空空如也

空空如也

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

TA关注的人

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