Skip to content

Commit 5f91432

Browse files
cameroncusterCameron Custer
andauthored
count_paths: define vl locally instead of relying on kactl NTT typedef (#235)
Co-authored-by: Cameron Custer <cam@augmentcode.com>
1 parent a4ad027 commit 5f91432

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/math/count_paths/count_paths_rectangle.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//! @endcode
88
//! @time O((n + m)log(n + m))
99
//! @space O(n + m)
10+
using vl = vector<ll>;
1011
array<vl, 2> get_right_and_top(vl left, vl bottom) {
1112
array<vl, 2> res;
1213
for (vl& cur : res) {

0 commit comments

Comments
 (0)