Given a graph G as input stCONN is the problem of determining if there is a path from start vertex s to target vertex t. Sketch a proof that stCONN is in the class NSPACE(log n) = NL.
Can somebody please explain this to me as simply as possible? I don't know if I understand the problem correctly, wouldn't Savitch's theorem be enough to prove this?