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 39. Combination Sum in C #1771

Open threeal opened 2 months ago

threeal commented 2 months ago

This issue suggests solving the problem 39. Combination Sum in C. To achieve this, we can follow the same solution as the C++ solution to the problem implemented in #1710.