how we use vector and in what type of problem we use it.
Vector inclusion
vector is just like an array but with dynamic memory i.e you dont have to define the size of vector, you can use vectors in any question.
In loop and in linked list how to use vector
I am saying that arrays and vector could be used interchangeably, refer to this artcle for more detail: