It is said a bipartite graph is such a graph whose set of vertices can be divided into two disjoint parts and for every edge on the graph, a vertex in either set can be found that makes up said edge.
It's also said that a graph being bipartite is equivalent to it containing only even length cycles.
It's not said what exactly constitutes a cycle, though. Well, a set notation is given and intuitively it's understood, aswell. A cycle is what it sounds like: a cycle. You start from somewhere and you end up at the exact same place.
A bipartite graph need not contain any cycle. Do we then say it contains a cycle of length $0$? (even length).
Here is corresponding information from the classic Graph Theory by F. Harary which might be helpful: