Skip to content

Commit 62a4806

Browse files
Update README.md
1 parent cd10faa commit 62a4806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
- java.util.ArrayDeque, **not thread-safe**, [example](https://github.com/AnghelLeonard/Data-Structures/tree/master/queue/QueueViaArrayDeque)
1717
- java.util.concurrent.ArrayBlockingQueue, **thread-safe**, [example](https://github.com/AnghelLeonard/Java-Data-Structures/tree/master/queue/QueueViaArrayBlockingQueueProducerConsumer)
18-
- java.util.concurrent.ConcurrentLinkedDeque and java.util.ConcurrentLinkedQueue, **thread-safe**, [example](https://github.com/AnghelLeonard/Data-Structures/tree/master/queue/QueueViaConcurrentLinkedDeque)
18+
- java.util.concurrent.ConcurrentLinkedDeque and java.util.concurrent.ConcurrentLinkedQueue, **thread-safe**, [example](https://github.com/AnghelLeonard/Data-Structures/tree/master/queue/QueueViaConcurrentLinkedDeque)
1919
- java.util.LinkedList, **not thread-safe and not efficient**, [example](https://github.com/AnghelLeonard/Data-Structures/tree/master/queue/QueueViaLinkedList)
2020

0 commit comments

Comments
 (0)