mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-05-02 06:21:20 +08:00
seo: fix page has links to redirect (#708)
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
@@ -102,7 +102,7 @@ Can you sort the array? Sometimes sorting the array first may significantly simp
|
||||
|
||||
### Precomputation
|
||||
|
||||
For questions where summation or multiplication of a subarray is involved, pre-computation using hashing or a prefix/suffix sum/product might be useful. Examples: [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/), [Minimum Size Subarray Sum](https://leetcode.com/problems/minimum-size-subarray-sum/), [LeetCode questions tagged "prefix-sum"](https://leetcode.com/tag/prefix-sum/)
|
||||
For questions where summation or multiplication of a subarray is involved, pre-computation using hashing or a prefix/suffix sum/product might be useful. Examples: [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/), [Minimum Size Subarray Sum](https://leetcode.com/problems/minimum-size-subarray-sum/), [LeetCode questions tagged "prefix-sum"](https://leetcode.com/problem-list/prefix-sum/)
|
||||
|
||||
### Index as a hash key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user