diff --git a/other_algorithms/north_east_lattice_paths.hpp b/other_algorithms/north_east_lattice_paths.hpp index 2a4f329c..a30b5937 100644 --- a/other_algorithms/north_east_lattice_paths.hpp +++ b/other_algorithms/north_east_lattice_paths.hpp @@ -171,6 +171,7 @@ NorthEastLatticePathsBothBounded(const std::vector &lb, const std::vector(ub.back() - lb.back()); } for (int i = 0; i < n; ++i) {