Code Monkey home page Code Monkey logo

Comments (52)

zixinyin avatar zixinyin commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2123361/Use-helper-array-to-prune-Javabacktrack

from advanced-challenge.

250zyw avatar 250zyw commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-zyw_nudt11-y7g9/

from advanced-challenge.

saw008 avatar saw008 commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2124556/labuladong-challenge-D07

from advanced-challenge.

curveflopper avatar curveflopper commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2124744/python-solution-backtrack

from advanced-challenge.

LawrenceLee7 avatar LawrenceLee7 commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-jin-se-m-a8no/

from advanced-challenge.

xiankuncheng avatar xiankuncheng commented on May 30, 2024

from advanced-challenge.

Sm1te avatar Sm1te commented on May 30, 2024

Q698 [Java]: https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hui-su-bao-li-jie-jue-by-yijianli-rlzi/

from advanced-challenge.

elim0703 avatar elim0703 commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2125052/Python-solution

from advanced-challenge.

looklxf avatar looklxf commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/dfs-by-kan-jian-k-11h2/

from advanced-challenge.

Upperlan avatar Upperlan commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/-by-cherishd1-6k43/

from advanced-challenge.

yufei-12 avatar yufei-12 commented on May 30, 2024

698 | https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2125158/Python-Backtracking-with-Bitmask

from advanced-challenge.

jtsd2008lm avatar jtsd2008lm commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hao-nan-by-limeng62373791-4yii/

from advanced-challenge.

baijw20 avatar baijw20 commented on May 30, 2024

Q698 [C++]: https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hui-su-suan-fa-by-snufkin_-yk7n/

from advanced-challenge.

karma19350 avatar karma19350 commented on May 30, 2024

Q698:https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-karma-15-edux/

from advanced-challenge.

jiaweitong avatar jiaweitong commented on May 30, 2024

Q698 [Python]: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2125662/Python3-Solution-oror-backtracking

from advanced-challenge.

Suri-Feng avatar Suri-Feng commented on May 30, 2024

Q698[C++] https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2125665/C%2B%2B

from advanced-challenge.

LilyS007 avatar LilyS007 commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2125716/Java_Sol

from advanced-challenge.

sugargx avatar sugargx commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/java-h-by-eepupup-zkrk/

from advanced-challenge.

imtianyufu avatar imtianyufu commented on May 30, 2024

CPP

from advanced-challenge.

wuweikd avatar wuweikd commented on May 30, 2024

js

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-wu-wei-48-hkkg/

from advanced-challenge.

nontoother avatar nontoother commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2126245/pythonbacktraking

from advanced-challenge.

MasKong avatar MasKong commented on May 30, 2024

Q698 [Python]: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2126513/backtrack-with-trick

from advanced-challenge.

bnerDY avatar bnerDY commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/partition-to-k-equal-by-bnerdy-8fme/

from advanced-challenge.

CusterFun avatar CusterFun commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/custer-by-custerfun-nasj/

from advanced-challenge.

ZLZhangLi avatar ZLZhangLi commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-zlzhangli-eaur/

from advanced-challenge.

chenzhi-yan avatar chenzhi-yan commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/698-hua-fen-wei-kge-xiang-deng-de-zi-ji-htbkn/

from advanced-challenge.

mgdtsxc avatar mgdtsxc commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hui-su-suan-fa-jia-jian-zhi-by-mgdtsxc-alwv/

from advanced-challenge.

fccg avatar fccg commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/c-hui-by-fccg-elif/

from advanced-challenge.

acse-yw3821 avatar acse-yw3821 commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/java-by-yann-w-xpmj/

from advanced-challenge.

hansheng1024 avatar hansheng1024 commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2129534/python-backtracking

from advanced-challenge.

ChanorJia avatar ChanorJia commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-jxc-6-pptr/

from advanced-challenge.

Noble777 avatar Noble777 commented on May 30, 2024

Q698: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2130318/Java-Memo-%2B-Bit-Masking

from advanced-challenge.

BryanY96 avatar BryanY96 commented on May 30, 2024

698: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2131188/Streak-Challenge-D07-Backtrack-Partition

from advanced-challenge.

Hunte123 avatar Hunte123 commented on May 30, 2024

Q698 [Go] https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-liao007-p7yt/

from advanced-challenge.

LLLLLC avatar LLLLLC commented on May 30, 2024

Q698 [java] 划分K个子集 https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-l-zq-ciqy/

from advanced-challenge.

for-clock-yc avatar for-clock-yc commented on May 30, 2024

Q.698 [Java]: https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-aaaaa-bm-h7a2/

from advanced-challenge.

daochouwangu avatar daochouwangu commented on May 30, 2024

698 https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hui-su-by-a-bing-777-6rmh/

from advanced-challenge.

sunys1 avatar sunys1 commented on May 30, 2024

Q698: https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2131489/Java-backtracking-solution

from advanced-challenge.

maccoli avatar maccoli commented on May 30, 2024

Q698:https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hui-su-by-macco-2rgy/

from advanced-challenge.

Freesgw avatar Freesgw commented on May 30, 2024

[Q698] https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/aka-by-soniqs-192k/

from advanced-challenge.

doerme avatar doerme commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-jeremy-54-dewm/

from advanced-challenge.

HERRFANG avatar HERRFANG commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/jin-liang-duo-by-herrfang-mttj/

from advanced-challenge.

TinkleJane avatar TinkleJane commented on May 30, 2024

JS-698.划分为k个相等的子集
https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/js-by-ccc-16-d5mm/

from advanced-challenge.

NealCou avatar NealCou commented on May 30, 2024
  1. 划分为K个相等的子集 https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hui-su-hua-fen-wei-kge-xiang-deng-de-zi-rth1q/

from advanced-challenge.

asaltwaterroom avatar asaltwaterroom commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hui-su-fa-by-huan-huan-20-bvwt/

from advanced-challenge.

wuzehao16 avatar wuzehao16 commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2131627/JavaScript-Solution

from advanced-challenge.

liviuslw avatar liviuslw commented on May 30, 2024

698:https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-shan-gui-tju-v1vq/

from advanced-challenge.

yxuaren avatar yxuaren commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2156778/java-backtrack

from advanced-challenge.

Azzz777 avatar Azzz777 commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/bu-qia-by-xiao-bai-xue-suan-fa-c-v2f7/

from advanced-challenge.

hans12x avatar hans12x commented on May 30, 2024

https://leetcode.com/problems/partition-to-k-equal-sum-subsets/discuss/2158644/java

from advanced-challenge.

wangyao0512 avatar wangyao0512 commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hua-fen-kge-xiang-deng-de-zji-by-intelli-7yct/

from advanced-challenge.

ocherrie avatar ocherrie commented on May 30, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/hua-fen-kge-zi-by-ocherrie-fexr/

from advanced-challenge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.