摘要: Given an integer array nums and an integer k, return true if it is possible to divide this array into k non-empty subsets whose sums are all equal. Ex 阅读全文
posted @ 2021-06-16 09:12 Schwifty 阅读(52) 评论(0) 推荐(0)
摘要: You are given an integer array matchsticks where matchsticks[i] is the length of the ith matchstick. You want to use all the matchsticks to make one s 阅读全文
posted @ 2021-06-16 09:06 Schwifty 阅读(49) 评论(0) 推荐(0)