threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 947. Most Stones Removed with Same Row or Column #1803

Closed threeal closed 1 week ago

threeal commented 2 weeks ago

This issue suggests a solution for the problem 947. Most Stones Removed with Same Row or Column. There isn't a clear solution available yet, but the hint is related to storing the stones in a graph.