mit算法分析与设计lecture_01

mit算法分析与设计lecture_01

ID:34110514

大小:369.23 KB

页数:52页

时间:2019-03-03

mit算法分析与设计lecture_01_第1页
mit算法分析与设计lecture_01_第2页
mit算法分析与设计lecture_01_第3页
mit算法分析与设计lecture_01_第4页
mit算法分析与设计lecture_01_第5页
资源描述:

《mit算法分析与设计lecture_01》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、IntroductiontoAlgorithms6.046J/18.401JLECTURE1AnalysisofAlgorithms•Insertionsort•MergesortProf.CharlesE.LeisersonCourseinformation1.Staff7.Extrahelp2.Prerequisites8.Registration3.Lectures9.Problemsets4.Recitations10.Describingalgorithms5.Handouts11.Gr

2、adingpolicy6.Textbook(CLRS)12.Collaborationpolicy¾Courseinformationhandout©2001–4byCharlesE.LeisersonSeptember8,2004IntroductiontoAlgorithmsL1.2AnalysisofalgorithmsThetheoreticalstudyofcomputer-programperformanceandresourceusage.What’smoreimportanttha

3、nperformance?•modularity•user-friendliness•correctness•programmertime•maintainability•simplicity•functionality•extensibility•robustness•reliability©2001–4byCharlesE.LeisersonSeptember8,2004IntroductiontoAlgorithmsL1.3Whystudyalgorithmsandperformance?•

4、Algorithmshelpustounderstandscalability.•Performanceoftendrawsthelinebetweenwhatisfeasibleandwhatisimpossible.•Algorithmicmathematicsprovidesalanguagefortalkingaboutprogrambehavior.•Performanceisthecurrencyofcomputing.•Thelessonsofprogramperformancege

5、neralizetoothercomputingresources.•Speedisfun!©2001–4byCharlesE.LeisersonSeptember8,2004IntroductiontoAlgorithmsL1.4TheproblemofsortingInput:sequence〈a,a,…,a〉ofnumbers.12nOutput:permutation〈a',a',…,a'〉such12nthata'≤a'≤…≤a'.12nExample:Input:824936Outpu

6、t:234689©2001–4byCharlesE.LeisersonSeptember8,2004IntroductiontoAlgorithmsL1.5InsertionsortINSERTION-SORT(A,n)⊳A[1..n]forj←2tondokey←A[j]i←j–1“pseudocode”whilei>0andA[i]>keydoA[i+1]←A[i]i←i–1A[i+1]=key©2001–4byCharlesE.LeisersonSeptember8,2004Introduc

7、tiontoAlgorithmsL1.6InsertionsortINSERTION-SORT(A,n)⊳A[1..n]forj←2tondokey←A[j]i←j–1“pseudocode”whilei>0andA[i]>keydoA[i+1]←A[i]i←i–1A[i+1]=key1ijnA:keysorted©2001–4byCharlesE.LeisersonSeptember8,2004IntroductiontoAlgorithmsL1.7Exampleofinsertionsort8

8、24936©2001–4byCharlesE.LeisersonSeptember8,2004IntroductiontoAlgorithmsL1.8Exampleofinsertionsort824936©2001–4byCharlesE.LeisersonSeptember8,2004IntroductiontoAlgorithmsL1.9Exampleofinsertionsort824936©2001–4byCharlesE.LeisersonSeptember8,2004

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。