There is only two node Node A and Node B in an undirected graph.
Is {A,B,A} a path, cycle or circuit?
My answer is {A,B,A} is a circuit,but not a cycle

There is only two node Node A and Node B in an undirected graph.
Is {A,B,A} a path, cycle or circuit?
My answer is {A,B,A} is a circuit,but not a cycle

If you subscribe to the definitions here, it's a path and a cycle but not a circuit.