11 ms·
> The same case is for C++, there is a vector class in STL but no linked list class. Same for Java. Java does have a linked list in the standard library: https
by selimco 4y ago
> The same case is for C++, there is a vector class in STL but no linked list class. Same for Java.
Java does have a linked list in the standard library: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/LinkedList.html https://docs.oracle.com/en/java/javase/17/docs/api/java.base...