- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Linked List Problems Stanford University(斯坦福大学的链表的问题)
Linked List Problems By Nick Parlante Copyright ©1998-2002, Nick Parlante Abstract This document reviews basic linked list code techniques and then works through 18 linked list problems covering a wide range of difficulty. Most obviously, these problems are a way to learn about linked lists. More importantly, these problems are a way to develop your ability with complex pointer algorithms. Even though modern languages and tools have made linked lists pretty unimportant for day-to-day programming, the skills for complex pointer algorithms are very important, and linked lists are an excellent way to develop those skills. The problems use the C language syntax, so they require a basic understanding of C and its pointer syntax. The emphasis is on the important concepts of pointer manipulation and linked list algorithms rather than the features of the C language. For some of the problems we present multiple solutions, such as iteration vs. recursion, dummy node vs. local reference. The specific problems are, in rough order of difficulty: Count, GetNth, DeleteList, Pop, InsertNth, SortedInsert, InsertSort, Append, FrontBackSplit, RemoveDuplicates, MoveNode, AlternatingSplit, ShuffleMerge, SortedMerge, SortedIntersect, Reverse, and RecursiveReverse. Contents Section 1 — Review of basic linked list code techniques 3 Section 2 — 18 list problems in increasing order of difficulty 10 Section 3 — Solutions to all the problems 20 This is document #105, Linked List Problems, in the Stanford CS Education Library. This and other free educational materials are available at /. This document is free to be used, reproduced, or sold so long as this notice is clearly reproduced at its beginning. Related CS Education Library Documents Related Stanford CS Education library docu
您可能关注的文档
- Landfill Digester Gas Dryers Glauber(垃圾填埋气烘干机格劳伯消化池).pdf
- LanguageSelective and DomainGeneral (LanguageSelective和DomainGeneral).pdf
- Laplace Transform University of Utah(拉普拉斯变换犹他大学).pdf
- Lantus, INN insulin glargine European (地特胰岛素应用,酒店欧洲人).pdf
- Large Area >8 kV SiC GTO Thyristors with (大面积的在8千伏SiC GTO晶体闸流管).pdf
- Large HVAC Building Survey Information(大型空调建筑调查信息).PDF
- LargeEddy Simulation of A Pulsatile Flow in A (LargeEddy模拟脉动的流的).pdf
- Lars Bj246;rklund, The Swedish Timber (佬司Bj246;rklund,瑞典木材).pdf
- Large Power Transformers LARGE POWER (大型电力变压器大力量).pdf
- Laser Based Additive Manufacturing(基于激光的加法制造).pdf
- Linked Lists The University of Texas at El Paso(链表的德克萨斯大学埃尔帕索分校).pdf
- LinkStudPSR Design Manual to BS8110 7018536(LinkStudPSR设计手册BS8110 7018536).pdf
- Linking Medicare, Medicaid, and Cancer Registry (将医疗保险、医疗补助和癌症注册表).pdf
- Linux As a RealTime Operating System(Linux作为一个实时操作系统).pdf
- Linux Kernel Networking Matthew Caesar(Linux内核网络马修·凯撒).pdf
- Liouville Equation UMass(刘维尔方程马塞诸斯州大学的).pdf
- LIQUEFACTION RESISTANCE OF (液化的阻力).pdf
- LIPIDLOWERING AGENTS University of (LIPIDLOWERING大学代理).pdf
- Liquid nitrogen Air Products Chemicals(液态氮空气化工产品).pdf
- Liquid nitrogen service Specialty Gases(液态氮服务专业气体).pdf
文档评论(0)