summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/cdeq_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md
index 55cb0085..eebdd155 100644
--- a/docs/cdeq_api.md
+++ b/docs/cdeq_api.md
@@ -1,7 +1,7 @@
![Deque](deque.jpg)
# Container [cdeq](../stc/cdeq.h): Double Ended Queue (Deque)
-This describes the API of deque type **cdeq**.
+A **cdeq** is an indexed sequence container that allows fast insertion and deletion at both its beginning and its end.
See [std::deque](https://en.cppreference.com/w/cpp/container/deque) for corresponding c++ documentation.
## Declaration