1# Code Samples of oneAPI Threading Building Blocks (oneTBB)
2This directory contains examples of the `concurrent_priority_queue` container.
3
4| Code sample name | Description
5|:--- |:---
6| shortpath | Solves the single source shortest path problem using a  `concurrent_priority_queue` container.
7