vector vs linked list code example
Example: vector vs linked list
- LinkedList not synchronized, doubly linked
- Vector is synchronized, thread safe
- LinkedList not synchronized, doubly linked
- Vector is synchronized, thread safe