LinkedList vs ArrayList

It works for me for some reason. :thinking:

In order to test ArrayQueue, I’ve picked 2 old sketches using container ArrayDeque as a Queue: :pick:
Docs.Oracle.com/en/java/javase/11/docs/api/java.base/java/util/ArrayDeque.html

And then replaced that w/ my own ArrayQueue, and both sketches were still perfectly OK::ok_hand:

1 Like