package
0.0.0-20241220224003-b7cf03a90b2b
Repository: https://github.com/szhou12/leetcode-go.git
Documentation: pkg.go.dev

# README

1109. Corporate Flight Bookings

Solution idea

1-D 差分数组

1-D 差分数组 模版题 (参考思路总结)

Time complexity = $O(n)$

Resource

LeetCode 1109|航班预订统计|差分数组|前缀和