If you had to implement a sort algorithm, which data container in the C++ STD library would you use: Vector or List?
Anonymous
Vector, since it has index access, which makes element access easier.
Check out your Company Bowl for anonymous work chats.