> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tutorial Solve Sp

The following scenario has been designed to illustrate a shortest path
solution:

You work near the White House, and after you get off work, you'd like to
attend a baseball game at the nearby ballpark. What's the shortest path
you could take to get to the ballpark?

<Note>
  The source and destination points were selected from endpoints of
  *edges* within the graph. The easiest way to review
  the points that make up an *edge* is using the
  [WMS](/content/admin/gadmin/data#gadmin-table-wms) tool on the graph table
  (`dc_shape_graph_table`).
</Note>

<div className="xy-heading">
  |                              | Source                                                                                                                                                             | Destination                                                                                                                                                    |
  | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | **WKT**                      | `POINT(-77.03511810000001 38.89876175)`                                                                                                                            | `POINT(-77.00585175000001 38.87462997)`                                                                                                                        |
  | **Location** **Description** | The corner of Madison Place Northwest and Pennsylvania Avenue Northwest                                                                                            | The corner of N Street Southeast and Southeast 1st street                                                                                                      |
  | **WMS** **Location**         | <img src="https://mintlify.s3.us-west-1.amazonaws.com/kinetica/content/guides/shared/img/tutorial_solve_sp/dc_roads_sp_source.png" alt="dc_roads_sp_source.png" /> | <img src="https://mintlify.s3.us-west-1.amazonaws.com/kinetica/content/guides/shared/img/tutorial_solve_sp/dc_roads_sp_dest.png" alt="dc_roads_sp_dest.png" /> |
</div>
