summaryrefslogtreecommitdiffhomepage
path: root/docs/cpque_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-05-20 23:43:00 +0200
committerTyge Løvset <[email protected]>2021-05-20 23:43:00 +0200
commit28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 (patch)
tree225e7eeedf7c58dee7db5e6d5a8235b644fa8ea2 /docs/cpque_api.md
parent188717d9c7ca04e7b0e63e48cea0c55e5db11f05 (diff)
downloadSTC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.tar.gz
STC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.zip
Updated links to header files in docs.
Diffstat (limited to 'docs/cpque_api.md')
-rw-r--r--docs/cpque_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md
index 6f7917f5..eaa476c1 100644
--- a/docs/cpque_api.md
+++ b/docs/cpque_api.md
@@ -1,4 +1,4 @@
-# STC [cpque](../stc/cpque.h): Priority Queue
+# STC [cpque](../include/stc/cpque.h): Priority Queue
A priority queue is a container adaptor that provides constant time lookup of the largest (by default) element, at the expense of logarithmic insertion and extraction.
A user-provided argument `<`or `>` must be supplied to set the ordering, e.g. using `>` would cause the smallest element to appear as the top().