diff --git a/Daily/Trace_Path.cpp b/Daily/Trace_Path.cpp index a941befc..ae7e3d19 100644 --- a/Daily/Trace_Path.cpp +++ b/Daily/Trace_Path.cpp @@ -9,7 +9,6 @@ on taking 'R' it goes to (i,j+1), on taking 'D' it goes to (i-1,j), on taking 'U' it goes to (i+1,j). - Input: n = 1, m = 1 s = "R"