fucking-algorithm icon indicating copy to clipboard operation
fucking-algorithm copied to clipboard

[fix][golang] coin-change

Open mario-huang opened this issue 1 year ago • 0 comments

  • make go code more readable.
  • add comments just like java
  • remove "func min" because Go has a built-in min function.

我修改的是如下题目的 golang 解法: https://leetcode.com/problems/coin-change

通过截图如下: Screenshot 2024-04-20 at 9 57 09 PM

mario-huang avatar Apr 20 '24 13:04 mario-huang