Hacker News new | ask | show | jobs
by selimco 1319 days 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...