From 4cd3201d16079714f794a25070c3e0d745a75e68 Mon Sep 17 00:00:00 2001 From: Daaimah Tibrey Date: Mon, 16 Dec 2024 15:23:01 -0800 Subject: [PATCH] update dequeue link --- data-structures/deque.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-structures/deque.md b/data-structures/deque.md index 3a4b9fd0e..b5d422e7c 100644 --- a/data-structures/deque.md +++ b/data-structures/deque.md @@ -193,4 +193,4 @@ Find another person in the cohort and discuss: ### Additional Reading -A-Steal Job Scheduling was briefly mentioned in the lesson as a use of deques. You can [read more here](http://supertech.csail.mit.edu/papers/steal.pdf). +[Deque (Introduction and Applications)](https://www.geeksforgeeks.org/deque-set-1-introduction-applications/).