This commit is contained in:
alex
2023-07-17 13:36:20 +08:00
parent f2a3da3634
commit b8b040981b
2 changed files with 4 additions and 9 deletions

View File

@@ -18,9 +18,6 @@ namespace Tnb.WarehouseMgr
public class Dp
{
private HashSet<string> set = new HashSet<string>();
private const int Max = int.MaxValue;
private int Min = int.MaxValue;
private int Deep = 0;
/// <summary>
/// 动态规划函数