Git Product home page Git Product logo

Comments (73)

tanlandy avatar tanlandy commented on June 7, 2024

Python:
90. Subsets II
78. Subsets
77. Combinations
46. Permutations

from advanced-challenge.

ldai1 avatar ldai1 commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/2043072/JAVA-Backtracking

from advanced-challenge.

XINGXINGFIONA avatar XINGXINGFIONA commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/2043179/backtracking

from advanced-challenge.

fzfzlfz avatar fzfzlfz commented on June 7, 2024

78. 子集
https://leetcode.cn/problems/subsets/solution/by-yi-mo-shao-nu-f6iz/
90. 子集 II
https://leetcode.cn/problems/subsets-ii/solution/by-yi-mo-shao-nu-rgnm/
77. 组合
https://leetcode.cn/problems/combinations/solution/by-yi-mo-shao-nu-sg80/
39. 组合总和
https://leetcode.cn/problems/combination-sum/solution/by-yi-mo-shao-nu-58z7/
40. 组合总和 II
https://leetcode.cn/problems/combination-sum-ii/solution/40-zu-he-zong-he-ii-by-yi-mo-shao-nu-zs0g/
46. 全排列
https://leetcode.cn/problems/permutations/solution/46-quan-pai-lie-by-yi-mo-shao-nu-lo9k/
47. 全排列 II
https://leetcode.cn/problems/permutations-ii/solution/by-yi-mo-shao-nu-zw1a/

from advanced-challenge.

rzhao29 avatar rzhao29 commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/2043368/DFS
https://leetcode.com/problems/subsets-ii/discuss/2043780/DFS

from advanced-challenge.

davidditao avatar davidditao commented on June 7, 2024

https://leetcode.cn/problems/permutations/solution/hui-su-wen-ti-by-pedantic-mcleanbpp-qal3/

from advanced-challenge.

Merlin218 avatar Merlin218 commented on June 7, 2024

https://leetcode.cn/problems/permutations-ii/solution/by-merlin218-g3ah/

from advanced-challenge.

huanlaikuxiduan avatar huanlaikuxiduan commented on June 7, 2024

https://leetcode.cn/problems/permutations-ii/solution/hui-su-wen-ti-tao-mo-ban-by-huan-lai-ku-e00lx/

from advanced-challenge.

LFool avatar LFool commented on June 7, 2024

https://leetcode.cn/problems/permutations-ii/solution/by-lfool-vz40/

from advanced-challenge.

Goolloo avatar Goolloo commented on June 7, 2024

from advanced-challenge.

clockssss avatar clockssss commented on June 7, 2024

90 https://leetcode.cn/problems/subsets-ii/solution/by-long-5eu-seuu/
216 https://leetcode.cn/problems/combination-sum-iii/solution/hui-su-by-long-5eu-yxnr/
40 https://leetcode.cn/problems/combination-sum-ii/solution/hui-su-jianzhi-by-long-5eu-eg3p/

from advanced-challenge.

YuYaoMao avatar YuYaoMao commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/dfs-by-yuyaomao-h6y5/

from advanced-challenge.

Sukey925 avatar Sukey925 commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-sukey-f-wik6/

from advanced-challenge.

No-Sky avatar No-Sky commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/zi-ji-by-no-sky-oabm/
https://leetcode.cn/problems/subsets-ii/solution/zi-ji-ii-by-no-sky-l103/
https://leetcode.cn/problems/combinations/solution/zu-he-by-no-sky-zeb7/
https://leetcode.cn/problems/combination-sum/solution/zu-he-zong-he-by-no-sky-f4gg/
https://leetcode.cn/problems/combination-sum-ii/solution/zu-he-zong-he-ii-by-no-sky-msa1/
https://leetcode.cn/problems/combination-sum-iii/solution/zu-he-zong-he-iii-by-no-sky-nfph/

from advanced-challenge.

brucecat avatar brucecat commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-scuhzs-o6jo/

from advanced-challenge.

1061961387 avatar 1061961387 commented on June 7, 2024

216:https://leetcode.cn/problems/combination-sum-iii/solution/by-lattr-4-nxz8/

from advanced-challenge.

sphk123456 avatar sphk123456 commented on June 7, 2024

Q78 子集:https://leetcode.cn/problems/subsets/solution/by-wan-70-ozd3/
Q90 子集重复:https://leetcode.cn/problems/subsets-ii/solution/by-wan-70-gkue/
Q77 组合:https://leetcode.cn/problems/combinations/solution/by-wan-70-6u9q/
Q39 组合总和:https://leetcode.cn/problems/combination-sum/solution/by-wan-70-cg4s/
Q40 组合总和2:https://leetcode.cn/problems/combination-sum-ii/solution/by-wan-70-3lxf/

from advanced-challenge.

minixx avatar minixx commented on June 7, 2024

https://leetcode.cn/problems/permutations/solution/by-moonno-h2sq/

from advanced-challenge.

FanWangRIT avatar FanWangRIT commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-fan-wang-7-uu5a/

from advanced-challenge.

AmyIsMin avatar AmyIsMin commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-yxian-sheng-7-4cro/

from advanced-challenge.

tarian1995 avatar tarian1995 commented on June 7, 2024

from advanced-challenge.

azelee avatar azelee commented on June 7, 2024

CPP

from advanced-challenge.

YourRaymond avatar YourRaymond commented on June 7, 2024

https://leetcode.cn/problems/permutations-ii/solution/by-lming-9-gvci/

from advanced-challenge.

shmily101 avatar shmily101 commented on June 7, 2024

https://leetcode.cn/problems/permutations/solution/by-mikeythief-4o3e/

from advanced-challenge.

NealCou avatar NealCou commented on June 7, 2024
  1. 全排列 II https://leetcode.cn/problems/permutations-ii/solution/hui-by-nealcou-n401/

from advanced-challenge.

geekvc avatar geekvc commented on June 7, 2024

https://leetcode.cn/problems/partition-to-k-equal-sum-subsets/solution/by-geekvc-t-4m9r/
https://leetcode.cn/problems/permutations/solution/qu-an-pai-l-by-geekvc-t-x8jc/

from advanced-challenge.

zhanglei-underdog avatar zhanglei-underdog commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/zi-ji-by-vrikxgwzl4-8j49/

from advanced-challenge.

Carlotte-yi avatar Carlotte-yi commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-xiyou_peng_yu_yan-es4p/

from advanced-challenge.

gutouyu avatar gutouyu commented on June 7, 2024

cpp

from advanced-challenge.

SmartDengC avatar SmartDengC commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/huisu-by-smartdengc-zp2w/

from advanced-challenge.

SmartDengC avatar SmartDengC commented on June 7, 2024

https://leetcode.cn/problems/combinations/solution/hui-su-suan-fa-jie-jue-zu-he-wenti-by-sm-t716/

from advanced-challenge.

acse-yw3821 avatar acse-yw3821 commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/c-hui-su-jie-jue-zi-ji-by-yann-w-uj97/

from advanced-challenge.

taihui avatar taihui commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/2045640/Python-3-Backtraversing

https://leetcode.com/problems/permutations/discuss/2045720/Python-3-Backtraversing

from advanced-challenge.

Khannoob avatar Khannoob commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-unruffled-driscoll51z-fyze/
https://leetcode.cn/problems/combinations/solution/hui-su-jie-jue-zu-he-wen-ti-by-unruffled-3xt5/
https://leetcode.cn/problems/subsets-ii/solution/hui-su-by-unruffled-driscoll51z-st6h/

from advanced-challenge.

neliy avatar neliy commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-nelly-60h7/
https://leetcode-cn.com/problems/combinations/solution/hui-su-fa-jian-zhi-by-nelly-rqlw/
https://leetcode-cn.com/problems/combination-sum-iii/solution/hui-su-jian-zhi-by-nelly-og8s/
https://leetcode-cn.com/problems/subsets-ii/solution/by-nelly-yaue/

from advanced-challenge.

zhzeshu avatar zhzeshu commented on June 7, 2024

https://leetcode.com/problems/permutations-ii/discuss/2046243/Python-with-symple-methods

from advanced-challenge.

SamsonJy avatar SamsonJy commented on June 7, 2024

Java:
78. Subsets: https://leetcode.com/problems/subsets/discuss/2046300/Java
90. Subsets II: https://leetcode.com/problems/subsets-ii/discuss/2046301/Java
77. Combinations: https://leetcode.com/problems/combinations/discuss/2046303/java
39. Combination Sum: https://leetcode.com/problems/combination-sum/discuss/2046304/java
40. Combination Sum II: https://leetcode.com/problems/combination-sum-ii/discuss/2046305/java
216. Combination Sum III: https://leetcode.com/problems/combination-sum-iii/discuss/2046306/java
46. Permutations: https://leetcode.com/problems/permutations/discuss/2046307/java
47. Permutations II: https://leetcode.com/problems/permutations-ii/discuss/2046309/java

from advanced-challenge.

dreamer2q avatar dreamer2q commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/hui-su-xuan-ze-by-dm2q-ynzk/

from advanced-challenge.

JiangCheng-2021 avatar JiangCheng-2021 commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-jiangcheng-2021-zbsa/

from advanced-challenge.

bright1109 avatar bright1109 commented on June 7, 2024

https://leetcode.cn/problems/permutations-ii/solution/by-tina_huskie-geuk/

from advanced-challenge.

strin-v avatar strin-v commented on June 7, 2024

40.组合总数II
90.子集II
77.组合
78.子集

from advanced-challenge.

sfj666 avatar sfj666 commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/1883149/python3-dfs

from advanced-challenge.

GithubMingEnter avatar GithubMingEnter commented on June 7, 2024

[子集问题-除重 - 子集 II - 力扣(LeetCode)](https://leetcode.cn/problems/subsets-ii/solution/by-kou-ming-aszt/)
[全排列2-树层去重 - 全排列 II - 力扣(LeetCode)](https://leetcode.cn/problems/permutations-ii/solution/quan-pai-lie-by-kou-ming-rh5f/)

from advanced-challenge.

YangChenyuShawn avatar YangChenyuShawn commented on June 7, 2024

https://leetcode.cn/problems/subsets-ii/solution/zi-ji-er-by-sui-ji-guo-cheng-sui-ji-guo-w7hz/

from advanced-challenge.

yaheiheio avatar yaheiheio commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/hui-su-suan-fa-zi-ji-by-csseudaeaq-mr6o/

from advanced-challenge.

JiejieZhao avatar JiejieZhao commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/78-zi-ji-by-serendipityj-dvol/

from advanced-challenge.

BMYzm avatar BMYzm commented on June 7, 2024

https://leetcode.cn/problems/permutations-ii/solution/hui-su-by-bmy-4hml/

from advanced-challenge.

wangzhanxd avatar wangzhanxd commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/2047991/python-backtrack

from advanced-challenge.

fanfeiyangcn avatar fanfeiyangcn commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/hui-su-by-wu-jin-wei-lan-b-uvxx/

from advanced-challenge.

liu-hantong avatar liu-hantong commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/2048126/Python3-Backtrack-Solution-Explained
https://leetcode.com/problems/combinations/discuss/2048154/Python3-Backtrack-Solution-Explained
https://leetcode.com/problems/combination-sum-ii/discuss/2048229/Python3-Backtrack-Solution

from advanced-challenge.

xiaolou123 avatar xiaolou123 commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-remtimes-hyqo/

from advanced-challenge.

youngerzjc avatar youngerzjc commented on June 7, 2024

https://leetcode.cn/problems/permutations-ii/solution/by-yao-shi-kwow/

from advanced-challenge.

kf953741 avatar kf953741 commented on June 7, 2024

https://leetcode.cn/problems/combinations/solution/by-kf953741-za8d/

from advanced-challenge.

zhou-yan-hua avatar zhou-yan-hua commented on June 7, 2024

https://leetcode.cn/problems/combinations/solution/zu-he-by-hua-sk-twnp/

from advanced-challenge.

LetmeTryagain avatar LetmeTryagain commented on June 7, 2024

78: https://leetcode-cn.com/problems/subsets/solution/zi-ji-by-4iovekwz80-rs17/

from advanced-challenge.

bthylaz avatar bthylaz commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/78-zi-ji-by-bthyla-x0tk/
https://leetcode.cn/problems/combinations/solution/77-zu-he-by-bthyla-8bal/

from advanced-challenge.

ZiqiSun avatar ZiqiSun commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/1885622/java-solution-on-backtracking

from advanced-challenge.

ZLZhangLi avatar ZLZhangLi commented on June 7, 2024

https://leetcode.cn/problems/combination-sum/solution/zushu-by-zlzhangli-igb8/

from advanced-challenge.

goldenlimit avatar goldenlimit commented on June 7, 2024

Python3:
78. Subsets
https://leetcode.cn/problems/subsets/solution/goldenlimitjie-by-goldenlimit-q07a/

from advanced-challenge.

YaokunLee avatar YaokunLee commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-qing-niao-1111-6bco/

from advanced-challenge.

y-start avatar y-start commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-abc_cba-iqdm/

from advanced-challenge.

damondenghj avatar damondenghj commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-6oofy-turingj5y-hacs/

from advanced-challenge.

eryao avatar eryao commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/2071986/Java-solution

from advanced-challenge.

Annannay avatar Annannay commented on June 7, 2024

子集II: https://leetcode.cn/problems/subsets-ii/solution/huishuo-by-annanna-asuz/
组和: https://leetcode.cn/problems/combinations/solution/zu-he-hui-su-by-annanna-ex04/
组和总和:https://leetcode.cn/problems/combination-sum/solution/zu-he-zong-he-javahui-su-by-annanna-xmzc/
组和总和II :https://leetcode.cn/problems/combination-sum-ii/solution/by-annanna-aevw/

from advanced-challenge.

Han1015 avatar Han1015 commented on June 7, 2024

https://leetcode.com/problems/subsets/discuss/1968558/JS

from advanced-challenge.

whyyue avatar whyyue commented on June 7, 2024

78.子集
https://leetcode.cn/problems/subsets/solution/by-estherstarry-r9hy/
90.子集II
https://leetcode.cn/problems/subsets-ii/solution/by-estherstarry-12hl/
77.组合
https://leetcode.cn/problems/combinations/solution/day1677zu-he-by-estherstarry-okb0/
39.组合总和
https://leetcode.cn/problems/combination-sum/solution/day-by-estherstarry-987l/
40.组合总和 II
https://leetcode.cn/problems/combination-sum-ii/solution/day16-by-estherstarry-75al/
47.全排列 II
https://leetcode.cn/problems/permutations-ii/solution/by-estherstarry-qyc6/

from advanced-challenge.

annalovecode avatar annalovecode commented on June 7, 2024

https://leetcode.cn/problems/combinations/solution/hui-su-by-annalovecode-pvm8/

from advanced-challenge.

weic6 avatar weic6 commented on June 7, 2024

https://leetcode.cn/problems/subsets-ii/solution/by-weigiegie-fjyr/

from advanced-challenge.

mapstory6788 avatar mapstory6788 commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/hui-su-by-yi-ci-guo-dg02/

from advanced-challenge.

Anzeanan avatar Anzeanan commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-ling-ling-ling-k-xgl8/

from advanced-challenge.

Anzeanan avatar Anzeanan commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-ling-ling-ling-k-xgl8/

from advanced-challenge.

SteveSun12138 avatar SteveSun12138 commented on June 7, 2024

https://leetcode.com/problems/combinations/discuss/2077935/Java-Solution

from advanced-challenge.

minnownino avatar minnownino commented on June 7, 2024

https://leetcode.cn/problems/subsets/solution/by-minnownino-4o47/

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.