Top Banner
Getting around NYC CAN GRAPH THEORY HELP?
10
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Graph theory NYC

Getting around NYC

CAN GRAPH THEORY HELP?

Page 2: Graph theory NYC

Example of New York Traffic Route Congestion

Page 3: Graph theory NYC

General effects due to congested traffic/problems

● Time loss for public/passengers.

● Money loss due to loss of fuel.

● Increased road accidents due to over speed to make up the time lost in traffic.

Page 4: Graph theory NYC

Graph TheoryThe practical approach of graph theory can be applied to solve traffic problems, as it is the combination of vertices/nodes and edges. It can be used to built a network connecting n-nodes (boroughs, blocks, neighborhoods etc.) via roads leading to different places and destinations.

Page 5: Graph theory NYC

Flow Chart

Traffic Data Collection

Graph Modeling (plotting data)

Graph Bipartioning( possible routes)

Applying Algorithms on data sets

Output(suitable path)

Page 6: Graph theory NYC

Implementation

● DFS : (Depth First Search)

(1) Bridge Detection

(2) Strongly Connected Components

● Dijkstra's Algorithm :

(1) Finding shortest path among destinations.

Page 7: Graph theory NYC

Grid System

● New York is a city which is mostly planned on a grid system and built to be walker-friendly.

● Traffic congestion leads to several problems and cause lot of personal losses directly to the public.

● Traffic jams are at their worst in Manhattan, a short drive can turn into an extended stay on the Long Island Expressway

Page 8: Graph theory NYC

Possibilities with Network Subtraction

● Network Subtraction method can also applied to the traffic congestion problem of New York, in order to regulate huge traffic on the road.

● In this method we can subtract some grid network according to requirement to regulate the traffic congestion and its proper handling.

Page 9: Graph theory NYC

To come More on network computation.

Page 10: Graph theory NYC

Your task as a team Next one week find out all the sources of

data on NYC traffic