ELI5: Explain Like I'm 5

vector

Vector is a type of data used in computer science and math. It's like a list, but it stores information in a different way. Instead of each item in the list being a separate piece of data, all the items in a vector are related to each other. Think of it like a car made of different pieces. Each piece connects to a few other pieces to make the whole car. A vector is like that car, but with numbers and other types of data instead of car pieces.