点击切换搜索课件文库搜索结果(2054)
文档格式:PDF 文档大小:159.83KB 文档页数:14
Shortest paths Single-source shortest paths nonnegative edge weights Dijkstra's algorithm: O(E+ vlg n General
文档格式:PDF 文档大小:70.04KB 文档页数:2
麻省理工学院:《算法导论》(英文版) Lecture 21 Prof charles e. leiserson
文档格式:PDF 文档大小:166.67KB 文档页数:25
Negative-weight cycles Recall: If a graph G=(V, E) contains a negative weight cycle then some shortest paths may not exist
文档格式:PDF 文档大小:132.7KB 文档页数:13
Dynamic programming Design technique, like divide-and-conquer Example: Longest Common Subsequence (LCs) Given two sequences x[l.. m] and yll.n], find a longest subsequence common to them both a' not the
文档格式:PDF 文档大小:198.39KB 文档页数:34
How large should a hash table be? Goal: Make the table as small as possible but large enough so that it wont overflow(or otherwise become inefficient Problem: what if we don 't know the proper size
文档格式:PDF 文档大小:227.41KB 文档页数:25
ynamic order statistics OS-SELECT(i, S): returns the i th smallest element in the dynamic set S. OS-RANK(, S): returns the rank ofx E S in the sorted order of s s elements IDEA: Use a red-black tree for the set S, but keep subtree sizes in the nodes
文档格式:PDF 文档大小:145.78KB 文档页数:19
a weakness of hashing Problem: For any hash function h, a set of keys exists that can cause the average access time of a hash table to skyrocket An adversary can pick all keys from tkeU: h(k)=i for some slot i IDEA Choose the hash function at random independently of the keys
文档格式:PDF 文档大小:321.33KB 文档页数:30
Order statistics Select the ith smallest of n elements(the element with rank i i=l: minimum, .i=n: marimum, i=L(n+1)/2]or[(n+1)/2 median Naive algorithm: Sort and index ith element Worst-case running time =o(n Ig n)+o(1 o(nIg n using merge sort or heapsort(not quicksort) c 2001 by Charles E Leiserson
文档格式:PDF 文档大小:247.06KB 文档页数:47
Quicksort Proposed by C. A.R. Hoare in 1962 Divide-and-conquer algorithm Sorts“ in place”( like insertion sort, but not like merge sort Very practical(with tuning)
文档格式:PPT 文档大小:570KB 文档页数:47
第三章静电场的边值问题 主要内容 电位微分方程,镜像法,分离变量法。 1.电位微分方程 已知,电位q与电场强度E的关系为
首页上页132133134135136137138139下页末页
热门关键字
搜索一下,找到相关课件或文库资源 2054 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有