Skip to content

Commit 8318cc3

Browse files
SwastyyPanquesito7
andauthored
Update backtracking/subarray_sum.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent a0d0666 commit 8318cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/subarray_sum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
#include <cassert> /// for assert
16-
#include <iostream> /// for io operations
16+
#include <iostream> /// for IO operations
1717
#include <unordered_map> /// for unordered_map
1818
#include <vector> /// for std::vector
1919

0 commit comments

Comments
 (0)