A Programmer's Guide to Computer Science: A virtual degree for the self-taught developer by William Springer
Author:William Springer [Springer, William]
Language: eng
Format: epub
Publisher: Jaxson Media
Published: 2019-08-09T22:00:00+00:00
Chapter 7: Common Graph Classes
Many problems are quite difficult (NP-hard) on arbitrary graphs, but have efficient (or even trivial) solutions on graphs in a particular class. Inversely, a problem may be known to have no solution on graphs of a particular class. Thus, we can often save ourselves a great deal of trouble if we can demonstrate that a problem instance belongs to a particular class of graphs.
7.1 Forbidden subgraphs
A forbidden subgraph characterization of a class of graphs defines a set of structures that may not appear in the graph; the presence or absence of these structures determines whether or not the graph belongs to the class. These forbidden substructures can be defined in a number of ways:
Graphs
A graph may belong to a class only if it does not contain any subgraph from a (possibly infinite) set. For example, the bipartite graphs are exactly those which contain no odd cycles.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8264)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6430)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6389)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6279)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6054)
Driving Data Quality with Data Contracts by Andrew Jones(6018)
Learning SQL by Alan Beaulieu(5967)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(5784)
Weapons of Math Destruction by Cathy O'Neil(5728)
Big Data Analysis with Python by Ivan Marin(5190)
Data Engineering with dbt by Roberto Zagni(4213)
Solidity Programming Essentials by Ritesh Modi(3854)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3702)
Pandas Cookbook by Theodore Petrou(3419)
Blockchain Basics by Daniel Drescher(3280)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2893)
Feature Store for Machine Learning by Jayanth Kumar M J(2803)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2785)
Mastering Python for Finance by Unknown(2737)
