Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 332 Bytes

index.md

File metadata and controls

15 lines (8 loc) · 332 Bytes

Thor

The thor library is essentially a set of various data structures and alogrithms which deal with things like: A* graph traversal, edge costing, vertex costing and path construction.

Components

What follows are some notable components of the thor library.

PathAlgorithm

TODO:

AdjacencyList

TODO: