diff options
| author | Tyge Løvset <[email protected]> | 2021-01-24 00:01:27 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-24 00:01:27 +0100 |
| commit | dcf8d43f14d7116561957089192451b9ac832872 (patch) | |
| tree | 04182abf9f7988d965998db062a35bbde3d22899 /docs/cpque_api.md | |
| parent | 5fbc99f7004f3b8a1634cc9dc35199542126da63 (diff) | |
| download | STC-modified-dcf8d43f14d7116561957089192451b9ac832872.tar.gz STC-modified-dcf8d43f14d7116561957089192451b9ac832872.zip | |
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not cvec_inits.
Improved docs.
Diffstat (limited to 'docs/cpque_api.md')
| -rw-r--r-- | docs/cpque_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md index e85b8bb9..a1762fbe 100644 --- a/docs/cpque_api.md +++ b/docs/cpque_api.md @@ -1,4 +1,4 @@ -# STC Container [cpque](../stc/cpque.h): Priority Queue +# STC [cpque](../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(). |
