

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
During the study of discrete mathematics, I found this course very informative and applicable.The main points in these lecture slides are:Degree Sequence for Graph, Graph Bipartite, Subgraph of Graph, Induced by Vertices, Complimentary Graph, Pair of Nodes, Euler Theorem, Odd Degree, Repeated Edges, Sum of Degrees, Maximal Degree
Typology: Slides
1 / 3
This page cannot be seen from the preview
Don't miss anything!
CS173: Discrete Mathematical Structures Spring 2006 Homework # Due 07/05/06, 8a Solutions: 42 points, 3 points for each question.
e. What is the largest complete subgraph that the graph contains? Solution: Any pair of nodes. The largest cliques size is 2. f. Can you traverse all the vertices starting from A visiting each vertex only once? Solution:Yes, for example: A,B,F,G,C,D,H,E,A g. Can you traverse all the edges visiting each edge exactly once? Solution: No, by Euler theorem at most 2 nodes can have an odd degree.