DOC PREVIEW
TRINITY CSCI 1311 - Minimum Spanning Tree
Pages 6

This preview shows page 1-2 out of 6 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Slide 1Slide 2Slide 3Slide 4Slide 5Slide 6Minimum Spanning Tree3/25/2009Opening Discussion●Optimization problems–Some problems were simple searches of a 1-D space.–Grocery trip where items can substitute or with combo coupons.–Call tree optimization.–Shortest path.–Most efficient task order waiting tables.–Efficient product production.More Problems–Optimal time allocation.–Shipping networks.–Best meal for lowest price.Approach to Solution●Our problem is connecting the buildings with the least amount of sidewalk.●This is the minimum spanning tree problem and it has a greedy solution.●We want to start at one node and say it is in our “set”. Then we repeatedly make the shortest sidewalk that connects something in the “set” to something outside it.Code●How are we going to go about coding this?●There are two basic approaches to telling if a building is connected yet or not. Give it a boolean or keep two separate lists.●Ideally we will write both of these.Minute Essay●What questions do you have about what we have done this week?●Remember to send me your design


View Full Document

TRINITY CSCI 1311 - Minimum Spanning Tree

Course: Csci 1311-
Pages: 6
Documents in this Course
Arrays

Arrays

12 pages

Arrays

Arrays

10 pages

Applets

Applets

5 pages

Arrays

Arrays

8 pages

Methods

Methods

12 pages

Drawing

Drawing

8 pages

Load more
Download Minimum Spanning Tree
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Minimum Spanning Tree and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Minimum Spanning Tree 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?