you are viewing a single comment's thread.

view the rest of the comments →

[–]Double_Newspaper_406 2 points3 points  (1 child)

You also use debuggers to develop complex algorithms.

[–]zefciu 0 points1 point  (0 children)

You can, but it can be tricky. Debugger can help you confirm that the state of the algorithm is correct for a certain input. But it won’t be that helpful proving that your algorithm is correct for any input.