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 1140. Stone Game II in C #1785

Closed threeal closed 2 weeks ago

threeal commented 3 weeks ago

This issue suggests solving the problem 1140. Stone Game II in C. To achieve this, we can follow the same solution as the C++ solution to the problem implemented in #1730.