difference between vector and linkedlist code example
Example: vector vs linkedlist
- LinkedList not synchronized, doubly linked
- Vector is synchronized, thread safe
- LinkedList not synchronized, doubly linked
- Vector is synchronized, thread safe