You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: problems/find_single/find.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,6 @@ And if generating a number of sequential values like that, but having the needle
62
62
63
63
## Debugging
64
64
65
-
If your output is not as expected, remeber to add `printf` statements to check the value of variables at certain points in the program. This may help you pinpoint the cause of your troubles.
65
+
If your output is not as expected, remember to add `printf` statements to check the value of variables at certain points in the program. This may help you pinpoint the cause of your troubles.
66
66
67
67
Should you encounter crashes, i.e. your program just stops, you should certainly check if you aren't violating the boundaries of your array!
0 commit comments