OptimalChangeKata:Kata关于用最少数量的硬币返还金额的最佳方法

时间:2024-04-26 00:32:29
【文件属性】:

文件名称:OptimalChangeKata:Kata关于用最少数量的硬币返还金额的最佳方法

文件大小:30KB

文件格式:ZIP

更新时间:2024-04-26 00:32:29

kata nunit fluentassertions guardclause vs19

OptimalChangeKata Kata about the optimal way to give back amount with the minimum number of coins 现金交易带来的问题之一是如何退还找零。 用最少数量的硬币返还一定数量的最佳方法是什么。 我们每个人每天都遇到这个问题,而自动结帐机的问题也一样。 在本练习中,将要求您尝试找到在特定情况下返回更改的最佳解决方案: :high_voltage: 当机器仅包含2欧元硬币,5欧元硬币和10欧元硬币时。 :high_voltage: 我们想象所有硬币都可以无限量使用。 以下是一些有关如何返回更改的示例: :pushpin: 更改1欧元: Possible Solutions: Impossible Optimal Solution: Impossible :pushpin: 更改6欧元: Possible Solutions: €2 + €2 + €2


【文件预览】:
OptimalChangeKata-main
----.gitignore(6KB)
----README.md(2KB)
----SolutionOne()
--------Lib()
--------Tests()
----OptimalChangeKata.sln(3KB)
----.github()
--------workflows()
----SolutionTwo()
--------Lib()
--------Tests()

网友评论