- 1、本文档共66页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
北京邮电大学计算机学院 离散数学 10.1~10.2 graphs
College of Computer Science Technology, BUPT -- ? Copyright Yang Juan Subgraphs A subgraph of a graph G=(V,E) is a graph H=(W,F) where W?V and F?E. A subgraph H of G is a proper subgraph of G if H ? G. G H College of Computer Science Technology, BUPT -- ? Copyright Yang Juan College of Computer Science Technology, BUPT -- ? Copyright Yang Juan Graph Unions The union G1?G2 of two simple graphs G1=(V1, E1) and G2=(V2,E2) is the simple graph (V1?V2, E1?E2). a b c d e a b c d f ? College of Computer Science Technology, BUPT -- ? Copyright Yang Juan Homework §10.2 12, 42, 64, 72 * College of Computer Science Technology, BUPT -- ? Copyright Yang Juan Homework §10.1 22,34 College of Computer Science Technology, BUPT -- ? Copyright Yang Juan §10.2 Graph Terminology You need to learn the following terms: Adjacent, connects, endpoints, degree, initial, terminal, in-degree, out-degree, complete, cycles, wheels, n-cubes, bipartite, subgraph, union. College of Computer Science Technology, BUPT -- ? Copyright Yang Juan Adjacency Let G be an undirected graph with edge set E. Let e?E be (or map to) the pair {u,v}. Then we say: u, v are adjacent / neighbors / connected. Edge e is incident with vertices u and v. Edge e connects u and v. Vertices u and v are endpoints of edge e. Neighborhood The set of all neighbors of a vertex v of G = (V ,E), denoted by N(v), is called the neighborhood of v. If A is a subset of V , we denote by N(A) the set of all vertices in G that are adjacent to at least one vertex in A. So, College of Computer Science Technology, BUPT -- ? Copyright Yang Juan College of Computer Science Technology, BUPT -- ? Copyright Yang Juan Degree of a Vertex Let G be an undirected graph, v?V a vertex. The degree of v, deg(v), is its number of incident edges. (Except that any self-loops are counted twice.) A vertex with degree 0 is called isolated. A vertex of degree 1 is called pendant. College of Computer Science Technology, BUP
文档评论(0)