algo-p1
视频
|
2016-9-3 01:28
|
2024-12-14 16:36
|
140
|
1.51 GB
|
59
|
- lectures/week0/Algorithms Part I 0.0 Course Introduction (922) ✐ Quiz Attempted.mp442.18MB
- lectures/week1/01-union-find/Algorithms Part I 1.0 Dynamic Connectivity (1022) ✐ Quiz Attempted.mp416.02MB
- lectures/week1/01-union-find/Algorithms Part I 1.1 Quick Find (1018) ✐ Quiz Attempted.mp419.43MB
- lectures/week1/01-union-find/Algorithms Part I 1.2 Quick Union (750) ✐ Quiz Attempted.mp410.96MB
- lectures/week1/01-union-find/Algorithms Part I 1.3 Quick-Union Improvements (1302) ✐ Quiz Attempted.mp460.27MB
- lectures/week1/01-union-find/Algorithms Part I 1.4 Union-Find Applications (922).mp419.82MB
- lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.0 Analysis of Algorithms Introduction (814) ✐ Quiz Attempted.mp413.36MB
- lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.1 Observations (1005) ✐ Quiz Attempted.mp414.38MB
- lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.2 Mathematical Models (1248) ✐ Quiz Attempted.mp419.71MB
- lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.3 Order-of-Growth Classifications (1439) ✐ Quiz Attempted.mp419.4MB
- lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.4 Theory of Algorithms (1135).mp419MB
- lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.5 Memory (811).mp412.34MB
- lectures/week2/01-stacks-and-queues/Algorithms Part I 3.0 Stacks (1624).mp425.28MB
- lectures/week2/01-stacks-and-queues/Algorithms Part I 3.1 Resizing Arrays (956).mp416.28MB
- lectures/week2/01-stacks-and-queues/Algorithms Part I 3.2 Queues (433).mp47.78MB
- lectures/week2/01-stacks-and-queues/Algorithms Part I 3.3 Generics (926).mp415.35MB
- lectures/week2/01-stacks-and-queues/Algorithms Part I 3.4 Iterators (716).mp411.07MB
- lectures/week2/01-stacks-and-queues/Algorithms Part I 3.5 Stack and Queue Applications (1325) (optional).mp455.49MB
- lectures/week2/02-elementary-sorts/Algorithms Part I 4.0 Sorting Introduction (1443).mp440.64MB
- lectures/week2/02-elementary-sorts/Algorithms Part I 4.1 Selection Sort (659).mp410.24MB
- lectures/week2/02-elementary-sorts/Algorithms Part I 4.2 Insertion Sort (928).mp414.08MB
- lectures/week2/02-elementary-sorts/Algorithms Part I 4.3 Shellsort (1048).mp425.54MB
- lectures/week2/02-elementary-sorts/Algorithms Part I 4.4 Shuffling (739).mp411.62MB
- lectures/week2/02-elementary-sorts/Algorithms Part I 4.5 Convex Hull (1350).mp443.98MB
- lectures/week3/01-mergesort/Algorithms Part I 5.0 Mergesort (2354).mp467.48MB
- lectures/week3/01-mergesort/Algorithms Part I 5.1 Bottom-up Mergesort (320).mp45.37MB
- lectures/week3/01-mergesort/Algorithms Part I 5.2 Sorting Complexity (905).mp413.78MB
- lectures/week3/01-mergesort/Algorithms Part I 5.3 Comparators (643).mp418.76MB
- lectures/week3/01-mergesort/Algorithms Part I 5.4 Stability (539).mp48.74MB
- lectures/week3/02-quicksort/Algorithms Part I 6.0 Quicksort (1933).mp428.58MB
- lectures/week3/02-quicksort/Algorithms Part I 6.1 Selection (708).mp427.54MB
- lectures/week3/02-quicksort/Algorithms Part I 6.2 Duplicate Keys (1125).mp418.03MB
- lectures/week3/02-quicksort/Algorithms Part I 6.3 System Sorts (1150).mp419.02MB
- lectures/week4/01-priority-queues/Algorithms Part I 7.0 APIs and Elementary Implementations (1252).mp419.93MB
- lectures/week4/01-priority-queues/Algorithms Part I 7.1 Binary Heaps (2336).mp433.45MB
- lectures/week4/01-priority-queues/Algorithms Part I 7.2 Heapsort (1429).mp420.49MB
- lectures/week4/01-priority-queues/Algorithms Part I 7.3 Event-Driven Simulation (2238) (optional).mp438.57MB
- lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.0 Symbol Table API (2130).mp432.6MB
- lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.1 Elementary Implementations (903).mp412.93MB
- lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.2 Ordered Operations (626).mp417.24MB
- lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.3 Binary Search Trees (1956).mp452.01MB
- lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.4 Ordered Operations in BSTs (1031).mp424.31MB
- lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.5 Deletion in BSTs (952).mp433.23MB
- lectures/week5/01-balanced-search-tree/Algorithms Part I 9.0 2-3 Search Trees (1655).mp425.04MB
- lectures/week5/01-balanced-search-tree/Algorithms Part I 9.1 Red-Black BSTs (3530).mp452.69MB
- lectures/week5/01-balanced-search-tree/Algorithms Part I 9.2 B-Trees (1036) (optional).mp442.89MB
- lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.0 1d Range Search (851).mp412.16MB
- lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.1 Line Segment Intersection (546).mp418.04MB
- lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.2 Kd-Trees (2907).mp4125.13MB
- lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.3 Interval Search Trees (1347).mp445.37MB
- lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.4 Rectangle Intersection (810).mp427.43MB
- lectures/week6/01-hashtables/Algorithms Part I 11.0 Hash Functions (1813).mp449.69MB
- lectures/week6/01-hashtables/Algorithms Part I 11.1 Separate Chaining (728).mp410.34MB
- lectures/week6/01-hashtables/Algorithms Part I 11.2 Linear Probing (1437).mp420.27MB
- lectures/week6/01-hashtables/Algorithms Part I 11.3 Hash Table Context (1009).mp414.37MB
- lectures/week6/01-hashtables/Algorithms Part I 11.4 Symbol Table Applications Sets (504) (optional).mp416.32MB
- lectures/week6/01-hashtables/Algorithms Part I 11.5 Symbol Table Applications Dictionary Clients (540) (optional).mp415.3MB
- lectures/week6/01-hashtables/Algorithms Part I 11.6 Symbol Table Applications Indexing Clients (857) (optional).mp424.58MB
- lectures/week6/01-hashtables/Algorithms Part I 11.7 Symbol Table Applications Sparse Vectors (741) (optional).mp411.23MB
不会用的朋友看这里
把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载!
亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:[email protected]
概述
838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题
它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息
838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪
838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统