1 / 14

Some graphs you may have met under different circumstances.

Some graphs you may have met under different circumstances. Course prerequisites. Topological sort gives order to take classes. Maze. Depth first search – Web as graph. Avoid loops: don’t repeat nodes. Use some kind of Set ADT. Electronic circuits. Edges labelled (resistors, switch, etc)

ninac
Télécharger la présentation

Some graphs you may have met under different circumstances.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Some graphs you may have met under different circumstances.

  2. Course prerequisites • Topological sort gives order to take classes

  3. Maze

  4. Depth first search – Web as graph • Avoid loops: don’t repeat nodes. • Use some kind of Set ADT

  5. Electronic circuits • Edges labelled (resistors, switch, etc) • Analyze Zasha’s incompetence in EE

  6. Profiler call frequency info

  7. Compiler analysis – Common Subexpression Elimination

  8. Proofs – best case correct sorting by comparison • List is x1,…,x8 • Edge is comparison • <7 edges graph not connected • Connected componentscould be on either side.How would the algorithmknow?

  9. (small part of) Java class hierarchy

  10. Cheapest Computer Network – Minimum Spanning Tree

  11. Capacity of highways – max flow

  12. TA assignments • Bipartite graph – 2 node types (TAs and Courses) • Maximal matching (assign as many TAs to as many courses as possible)

  13. Six degrees of Kevin Bacon

  14. Six degrees of Kevin Bacon

More Related