首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
月弦音
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
9
文章 9
沸点 0
赞
9
返回
|
搜索文章
月弦音
1年前
关注
MIT6.006 ——lec11
Weighted graphs: Different from the unweighted graph,the weighted graph's edge is weig...
0
评论
分享
月弦音
1年前
关注
MIT6.006 lecture10
DFS & BFS: DFS different from BFS,it solves the problem about reachability.BFS is to f...
0
评论
分享
月弦音
1年前
关注
MIT6.006 lecture009
Graph Defination: Directed edges are ordered edges Undirected edges are unorded edges ...
0
评论
分享
月弦音
1年前
关注
MIT6.006 lecture008
Priority Queue Interface: Keep track of many items, quickly find the most important on...
0
评论
分享
月弦音
赞了这篇文章
贰壹叁
4年前
关注
一路自学编程搜集的资源
一路自学编程搜集的资源Teach Yourself Computer Science 自学计算机科学 Teach Yourself Programming in Ten Y...
1
1
分享
月弦音
1年前
关注
MIT6.006 lecture007
Height Balance: maintain the height of the tree is $O(logn)$ AVL Tree Rotations: Chang...
0
评论
分享
月弦音
1年前
关注
MIT6.006 lecture06
Binary tree: def: pointer-based data structure,it has three pointers each node. repres...
0
评论
分享
月弦音
1年前
关注
04-05
低频信息和高频信息: 低频信息: 低频信息描述图像的整体轮廓和大致形状等粗糙的特征 描述了图像的全局信息,为整体提供结构基础 高频信息: 高频信息描述图像细节,纹理和图像边...
0
评论
分享
月弦音
1年前
关注
MIT 6.006 lecture005
Comparison Sort Lower Bound: Leaves$\ge$ possible outputs,height is lower bound$\Omega...
0
评论
分享
月弦音
1年前
关注
MIT 6.006 Problem session 2
1-2:Stone Searching In a infinite reange,try to find number k Solution: We want to use...
0
评论
分享
月弦音
1年前
关注
MIT 6.006 recitation04
DirectAccessArray: Any item x with key k will be stored in array index k. We can find ...
0
评论
分享
月弦音
1年前
关注
mit 6.006 recitation-003
A fast set: sorted array: In this data structure, we can find the item easility by the...
0
评论
分享
月弦音
1年前
关注
mit 6.006 lecture-notes 003
Permutation Sort: For each permuatation, check each whether is orded Analysis: You wil...
0
评论
分享
月弦音
1年前
关注
Problem Session 1
Problen session: 1-2: (a) Code: (b): 1-4: 问题描述: 我们要将一个长度为2n的链表,分为两个长度为n的部分,但同时要保证后半段链表...
1
评论
分享
月弦音
1年前
关注
Recitation- 002
Array sequence: set_at and get_at only need $O(1)$time,but delete and insert needs lin...
0
评论
分享
月弦音
1年前
关注
001-Course Iro
What demand ? Theory: basic representations(digitally encode shape) sampling & aliasin...
0
评论
分享
月弦音
1年前
关注
005-Linear Sorting
Comparison Sort Lower Bound leaves' number: For permutaion, $n!$ results,leaf represen...
0
评论
分享
月弦音
1年前
关注
004-Hashing(没太理解,后续补充)
Comparison Model(比较模型): Comparable items: 将元素看作black boxes,他们的数据是不透明的,只能通过不断比较得出数据(相对顺...
0
评论
分享
月弦音
1年前
关注
003-sorting
动机: find max/min item: 对于一个set来讲,当查询一个最大/小值时,遍历所有item固然可以,不过要花费$\theta(n)$的时间,效率较慢,可是当...
0
评论
分享
月弦音
1年前
关注
002-Data Structures
Data Structures Interfaces: collection of supported operations is called interface( al...
0
评论
分享
下一页
个人成就
文章被点赞
4
文章被阅读
3,557
掘力值
472
关注了
3
关注者
0
收藏集
0
关注标签
3
加入于
2023-07-17