对外经济贸易大学《C++程序设计》课件-lecture9Trees.pptVIP

对外经济贸易大学《C++程序设计》课件-lecture9Trees.ppt

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
大学,本科,专科,硕士,笔记,课件,期中试卷答案,期末试卷答案,教材答案,知识点,经济法,材料科学基础,材料力学,电路,电子技术基础,高频电子线路,宏观经济学,模拟电路基础,模拟电子技术,数字电路,数字电子技术,数字信号处理,通信原理,信号与系统,化工原理,机械设计基础,机械原理,机械制图,微机原理与接口技术,C++程序设计,JAVA技术与应用,MATLAB基础与应用,计算机网络,计算机组成原理,软件工程数据结构,工程力学,工程热力学,结构力学,力学,流体力学,水力学,工程测量,工程经济学,工

CS 1031lecture9 Trees A Quick Introduction to GraphsDefinition of TreesRooted Trees Binary TreesBinary Search Trees对外经济贸易大学《C++程序设计》 CS 1032Introduction to GraphsA graph is a finite set of nodes with edges between nodesFormally, a graph G is a structure (V,E) consisting of a finite set V called the set of nodes, anda set E that is a subset of VxV. That is, E is a set of pairs of the form (x,y) where x and y are nodes in V CS 1033Examples of GraphsV={1,2,3,4,5}E={(1,2), (2,3), (2,4), (4,2), (3,3), (5,4)}12534When (x,y) is an edge,we say that x is adjacent to y. 1 is adjacent to 2.2 is not adjacent to 1.4 is not adjacent to 3. CS 1034A “Real-life” Example of a GraphV=set of 6 people: John, Mary, Joe, Helen, Tom, and Paul, of ages 12, 15, 12, 15, 13, and 13, respectively.E ={(x,y) | if x is younger than y}JohnJoeMaryHelenTomPaul CS 1035Intuition Behind GraphsThe nodes represent entities (such as people, cities, computers, words, etc.)Edges (x,y) represent relationships between entities x and y, such as:“x loves y” “x hates y”“x is as smart as y”“x is a sibling of y”“x is bigger than y”‘x is faster than y”, … CS 1036Directed vs. Undirected GraphsIf the directions of the edges matter, then we show the edge directions, and the graph is called a directed graph (or a digraph)The previous two examples are digraphsIf the relationships represented by the edges are symmetric (such as (x,y) is edge if and only if x is a sibling of y), then we don’t show the directions of the edges, and the graph is called an undirected graph. CS 1037Examples of Undirected GraphsV=set of 6 people: John, Mary, Joe, Helen, Tom, and Paul, where the first 4 are siblings, and the last two are siblingsE ={(x,y) | x and y are siblings}JohnJoeMaryHelenTomPaul CS 1038Definition of Some Graph Related Concepts (Paths)A path in a graph G is a sequence of nodes x1, x2, …,xk, such that there is an edge from each node the next one in the sequenceFor example, in the first example graph, the sequence 4, 1, 2, 3

您可能关注的文档

文档评论(0)

翰林大当家 + 关注
实名认证
服务提供商

文案个性定制,计划书、方案、策划书专业撰写。

1亿VIP精品文档

相关文档