To change the sample image, select the picture and delete it. Now click the Pictures icon in the placeholder to insert your own image. Click Send to.

Slides:



Advertisements
Similar presentations
Decision Maths Networks Kruskals Algorithm Wiltshire Networks A Network is a weighted graph, which just means there is a number associated with each.
Advertisements

Make it easier to change the pictures: Use the Selection Pane to temporarily hide a Picture Placeholder. (Home tab, Select, Selection Pane). Click the.
Microsoft® Office PowerPoint® 2003 Training
Add Sound Effects to a Presentation Add sound effects to a presentation Course contents Overview: This sounds easy Lesson 1: Play a sound file Lesson.
Two Discrete Optimization Problems Problem #2: The Minimum Cost Spanning Tree Problem.
Chapter 2: Business Efficiency Lesson Plan Business Efficiency  Visiting Vertices-Graph Theory Problem Hamiltonian Circuits  Vacation Planning Problem.
MNG221 - Management Science
1 Minimum Spanning Trees Longin Jan Latecki Temple University based on slides by David Matuszek, UPenn, Rose Hoberman, CMU, Bing Liu, U. of Illinois, Boting.
PowerPoint Lesson 3 Working with Visual Elements
1 Minimum Spanning Trees Longin Jan Latecki Temple University based on slides by David Matuszek, UPenn, Rose Hoberman, CMU, Bing Liu, U. of Illinois, Boting.
Minimum Spanning Tree in Graph - Week Problem: Laying Telephone Wire Central office.
Unit 1 – Improving Productivity Jake Carey. 1.1Why did you use a computer? What other systems / resources could you have used? I used a computer to finish.
To change the sample image, select the picture and delete it. Now click the Pictures icon in the placeholder to insert your own image. Click Send to Back.
Lecture 23. Greedy Algorithms
Unit 1 – Improving Productivity Instructions ~ 100 words per box.
Mail merge I: Use mail merge for mass mailings Perform a complete mail merge Now you’ll walk through the process of performing a mail merge by using the.
Add sound effects to a presentation Play a sound file In this lesson, you’ll learn how to insert a sound file of your own or a sound effect from the clip.
Spring 2015 Mathematics in Management Science Network Problems Networks & Trees Minimum Networks Spanning Trees Minimum Spanning Trees.
Make it easier to change the text: Use the Selection Pane to temporarily hide the Picture Placeholder. (Home tab, Select, Selection Pane). Click the eye.
Minimum Spanning Trees: Chapter 6s The Modern Corp. Problem Modern Corporation has decided to have a state-of-the-art fiber-optic network installed to.
Minimum Spanning Trees Prof. Sin-Min Lee Dept. of Computer Science, San Jose State University.
Edit the text with your own short phrases. Make it easier to change the pictures: Use the Selection Pane to temporarily hide a Picture Placeholder. (Home.
Make it easier to change the pictures: use the Selection Pane to temporarily hide a Picture Placeholder. (Home tab, Select, Selection Pane). Click the.
CIS—100 Chapter 11—Adding Sound Effects 1. Inserting Sound with the Insert Tab 2 1. Click the Insert tab and locate the Media Clips Tab. 2. Click the.
Edit the text with your own short phrases. To change the sample image, select the picture and delete it. Now click the Pictures icon in the placeholder.
PowerPoint How to use the Alta template Marketing - September 2013.
Chapter 2: Business Efficiency Lesson Plan Business Efficiency  Visiting Vertices-Graph Theory Problem Hamiltonian Circuits  Vacation Planning Problem.
Graphs A ‘Graph’ is a diagram that shows how things are connected together. It makes no attempt to draw actual paths or routes and scale is generally inconsequential.
Spring 2015 Mathematics in Management Science Network Problems Networks & Trees Minimum Networks Spanning Trees Minimum Spanning Trees.
TODAY WE ARE GOING TO TALK ABOUT NETWORK GRAPHS. JOURNAL WRITE DOWN: “A NETWORK CONNECTS THINGS TOGETHER” e.g. COMPUTERS MUDDY CITY - NETWORKS.
Lists and Sorting Algorithms Exploring Computer Science – Lesson 2-7.
I can describe the differences between Hamilton and Euler circuits and find efficient Hamilton circuits in graphs. Hamilton Circuits I can compare and.
Microsoft PowerPoint 101 Andy Meyers Ticor and Chicago Title
Edit the text with your own short phrases. Make it easier to change the pictures: Use the Selection Pane to temporarily hide a Picture Placeholder. (Home.
Edit the text with your own short phrases. To change the sample image, select the picture and delete it. Now click the Pictures icon in the placeholder.
Make it easier to change the pictures: use the Selection Pane to temporarily hide a Picture Placeholder. (Home tab, Select, Selection Pane). Click the.
Lists and Sorting Algorithms
DECEMBER 7 TH – 12 TH Newark High School.  What is your favorite app?  If you could invent ANY app, what problem would it solve?
Make it easier to change the pictures: Use the Selection Pane to temporarily hide a Picture Placeholder. (Home tab, Select, Selection Pane). Click the.
To change the sample images, select a picture and delete it. Now click the Pictures icon in each placeholder to insert your own images. Sentence Type Clauses.
MAT 110 Workshop Created by Michael Brown, Haden McDonald & Myra Bentley for use by the Center for Academic Support.
International Computer Driving Licence Syllabus version 5.0
Minimal Spanning Trees and Graphs
Title of your science project
Chapter 2: Business Efficiency Lesson Plan
2. Derivatives on the calculator
Chapter 2: Business Efficiency Lesson Plan
Picture with Caption layout
Title Layout Subtitle.
EXPLORING COMPUTER SCIENCE Journal Entries, Portfolio Entries, And Check Your Understanding Unit 2 – Strand 2 Problem Solving This unit focuses on.
Graphs Chapter 13.
Title of Your Event Event Date Event Time
Chapter 2: Business Efficiency Business Efficiency
Title With Picture Layout
Spanning Trees.
Title With Picture Layout
Title layout Subtitle.
Title with Picture Layout
numerals Number systems NOTE:
Title with Picture Layout
Here’s an idea on how to collect feedback…
Networks Kruskal’s Algorithm
Title with Picture Layout
Chapter 6 Network Flow Models.
Title of your experimental design
Presenter name and company
Minimum spanning trees
Picture with Caption layout
Worksheet Activity: The Muddy City Problem
Album Title Subtitle NOTE:
Presentation transcript:

To change the sample image, select the picture and delete it. Now click the Pictures icon in the placeholder to insert your own image. Click Send to Back (Home tab, Arrange, Send to Back) to send the picture behind the animated lines and then reposition the circles and lines to reflect the new travel route. The animation is already done for you; just copy and paste the slide into your existing presentation. Minimal Spanning Trees and Graphs Exploring Computer Science – Lesson 2-7

Objectives The students will be able to: Solve a minimal spanning tree. Draw a graph to solve a problem.

The Muddy City Problem Once upon a time there was a city that had no roads. Getting around the city was particularly difficult after rainstorms because the ground became very muddy—cars got stuck in the mud and people got their boots dirty. The mayor of the city decided that some of the streets must be paved, but didn’t want to spend more money than necessary because the city also wanted to build a swimming pool. The mayor therefore specified two conditions: 1.Enough streets must be paved so that it is possible for everyone to travel from their house to anyone else’s house only along paved roads, and 2.The paving should cost as little as possible.

Layout of the City Here is the layout of the city. The number of paving stones between each house represents the cost of paving that route. Find the best route that connects all the houses, but uses as few paving stones as possible. End

Minimal Spanning Trees Here’s another way to look at the same problem: Computer scientists and mathematicians often use this sort of diagram to represent these problems. They call it a graph. This may be confusing at first because “graph” is sometimes used in statistics to mean a chart displaying numerical data, such as a bar graph, but the graphs that computer scientists use are not related to these. The lengths do not have to be drawn to scale.

Minimal Spanning Trees Muddy City Problem revisited… Answer these questions in your journal 5 minutes The houses are represented by circles, the muddy roads by lines, and the length of a road is given by the number beside the line. Can you find out a rule to describe how many roads or connections are needed for a best solution? Does it depend on how many houses there are in the city?

What’s it all about? Suppose you are designing how a utility such as electricity, gas, or water should be delivered to a new community. A network of wires or pipes is needed to connect all the houses to the utility company. Every house needs to be connected into the network at some point, but the route taken by the utility to get to the house doesn’t really matter, just so long as a route exists. The task of designing a network with a minimal total length is called the minimal spanning tree problem.

Minimal Spanning Trees Minimal spanning trees aren’t only useful in gas and power networks; they also help us solve problems in computer networks, telephone networks, oil pipelines, and airline routes. There are efficient algorithms (methods) for solving minimal spanning tree problems. A simple method that gives an optimal solution is to start with no connections, and add them in increasing order of size, only adding connections that join up part of the network that wasn’t previously connected. This is called Kruskal’s algorithm after J.B. Kruskal, who published it in For many problems on graphs, including the “travelling salesperson problem”, computer scientists are yet to find fast enough methods that find the best possible solution.