Prove that a graph is bipartite if and only if it contains no odd cycles.
True: use BFS/DFS coloring and parity arguments
False: bipartite graphs can have odd cycles
True only for planar graphs
False: only trees are bipartite