计算机算法导论_第11章

计算机算法导论_第11章

ID:37924639

大小:5.65 MB

页数:60页

时间:2019-06-02

计算机算法导论_第11章_第1页
计算机算法导论_第11章_第2页
计算机算法导论_第11章_第3页
计算机算法导论_第11章_第4页
计算机算法导论_第11章_第5页
资源描述:

《计算机算法导论_第11章》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、IntroductiontoAlgorithmsIIIDataStructuresDynamicSetsnDynamicSets:Differentfrommathematicalset,thesetsmanipulatedbyalgorithmscangrow,shrink,orotherwisechangeovertime.nAlgorithmsmayrequireseveraldifferenttypesofoperationstobeperformedonsets.qDictionary:Adynamicsetthato

2、nlysupportstheabilitytoinsertelementsinto,deleteelementsfrom,andtestmembershipinaset.2ElementsofadynamicsetnTypically,eachelementisrepresentedbyanobject.qAnobject=Key+satellitedatanSomedynamicsetspresupposethatthekeysaredrawnfromatotallyorderedset3Operationsondynamic

3、setsnQueries:simplyreturninformationaboutthesetqSEARCH(S,k),returnsapointerxtoanelementinSsuchthatkey[x]=k,orNILifnosuchelementbelongstoS.qMINIMUM(S),returnsapointertotheelementofSwiththesmallestkey.qMAXIMUM(S),returnsapointertotheelementofSwiththelargestkey.qSUCCESS

4、OR(S,x),returnsapointertothenextlargerelementinS,orNILifxisthemaximumelement.qPREDECESSOR(S,x),returnsapointertothenextsmallerelementinS,orNILifxistheminimumelement.nModifyingoperations:changetheset.qINSERT(S,x),augmentsthesetSwiththeelementpointedtobyx.qDELETE(S,x),

5、givenapointerxtoanelementinthesetS,removesxfromS.4OverviewnThetimetakentoexecuteasetoperationisusuallymeasuredintermsofthesizeoftheset.nNextfewlectureswillfocusondatastructuresratherthanstraightalgorithms1.Chapter10presentstheessentialsofworkingwithsimpledatastructur

6、essuchasstacks,queues,linkedlists,androotedtrees.2.Chapter11introduceshashtables,whichsupportthedictionaryoperationsINSERT,DELETE,andSEARCH.3.Chapter12Binarysearchtrees4.Chapter13Red-blacktrees,avariantofbinarysearchtrees5.Chapter14,augmentred-blacktreestosupportoper

7、ationsotherthanthebasicones511HashTableHashTablesnMotivation:symboltablesqAcompilerusesasymboltabletorelatesymbolstoassociateddatanSymbols:variablenames,procedurenames,etc.nAssociateddata:memorylocation,callgraph,etc.qForasymboltable(alsocalledadictionary),wecareabou

8、tsearch,insertion,anddeletionqTypicallydon’tcareaboutsortedorder7Symbol-tableproblemnThestructurewewilluseisahashtableqSupportsallt

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

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

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