From 74ff215b634d6c8b0275afccea7f99fe85999d1a Mon Sep 17 00:00:00 2001 From: Mattia Date: Sun, 31 May 2020 16:41:19 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 77c8aed..bf30424 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ The difference between a stack and a queue is that the former follows the LIFO ( These 2 collections are implemented using `collections.deque` for fast `O(1)` complexity when accessing elements trough `pop`/`get` and `push`/`put` -For both queues and stacks you can pass ### Example - TTLQueue