Skip to content

Product of Array Except Self#21

Merged
rihib merged 1 commit intomainfrom
product_of_array_except_self
Nov 17, 2024
Merged

Product of Array Except Self#21
rihib merged 1 commit intomainfrom
product_of_array_except_self

Conversation

@rihib
Copy link
Copy Markdown
Owner

@rihib rihib commented Aug 17, 2024

Product of Array Except Selfを解きました。レビューお願い致します。

問題:https://leetcode.com/problems/product-of-array-except-self/
言語:Go

すでに解いた方々:
https://hayapenguin.com/notes/LeetCode/238/ProductOfArrayExceptSelf
t-ooka/leetcode#5

この問題の意図:
累積和(prefix sum)と似た手法を用いる問題なので、累積和の考えを知っていて、実装することができるのかを確認する問題?

@rihib rihib merged commit 7ee9d9b into main Nov 17, 2024
@rihib rihib deleted the product_of_array_except_self branch November 17, 2024 03:06
rihib added a commit that referenced this pull request Mar 31, 2025
rihib added a commit that referenced this pull request Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants