Git Product home page Git Product logo

Comments (52)

nontoother avatar nontoother commented on May 24, 2024

https://leetcode.com/problems/satisfiability-of-equality-equations/discuss/2111231/python-Union-Find

from advanced-challenge.

saw008 avatar saw008 commented on May 24, 2024

Q323. https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/discuss/2111178/labuladong-challenge-D04
Q130. https://leetcode.com/problems/surrounded-regions/discuss/2111453/labuladong-challenge-D04
Q990. https://leetcode.com/problems/satisfiability-of-equality-equations/discuss/2111559/labuladong-challenge-D04-or-Union-find-w-path-compression-and-union-by-size

from advanced-challenge.

zixinyin avatar zixinyin commented on May 24, 2024

https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/discuss/2111532/Union-find-%2B-recursion-Java

from advanced-challenge.

MasKong avatar MasKong commented on May 24, 2024

Q130[python]. https://leetcode.com/problems/surrounded-regions/discuss/2111671/DFS
Q990[python]. https://leetcode.com/problems/satisfiability-of-equality-equations/discuss/2114442/ugly-union-find

from advanced-challenge.

LawrenceLee7 avatar LawrenceLee7 commented on May 24, 2024

https://leetcode.cn/problems/number-of-islands/solution/javabing-cha-ji-by-jin-se-m-m7sl/

from advanced-challenge.

Sm1te avatar Sm1te commented on May 24, 2024

Q323 [Java]: https://leetcode.cn/problems/number-of-connected-components-in-an-undirected-graph/solution/bing-cha-ji-mo-ban-jie-jue-by-yijianli-wpnv/

from advanced-challenge.

Quincy515 avatar Quincy515 commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/custerxue-xi-bi-ji-by-custerfun-l82o/
https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/custer-by-custerfun-t12s/

from advanced-challenge.

doerme avatar doerme commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/bing-cha-ji-by-jeremy-54-vlbr/

from advanced-challenge.

sugargx avatar sugargx commented on May 24, 2024

https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/java-by-eepupup-a7vb/

from advanced-challenge.

Hunte123 avatar Hunte123 commented on May 24, 2024

Q323 [Go] https://leetcode.cn/problems/number-of-connected-components-in-an-undirected-graph/solution/by-liao007-wbv5/

from advanced-challenge.

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

323 | https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/discuss/2112987/Python-Union-Find

from advanced-challenge.

jtsd2008lm avatar jtsd2008lm commented on May 24, 2024

https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/by-limeng62373791-s55i/

from advanced-challenge.

LilyS007 avatar LilyS007 commented on May 24, 2024

Q990: https://leetcode.com/problems/satisfiability-of-equality-equations/discuss/2113400/Java_Sol

from advanced-challenge.

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

Q.130 [Java]: https://leetcode.cn/problems/surrounded-regions/solution/by-aaaaa-bm-1ix0/
Q.990 [Java]: https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/by-aaaaa-bm-l3fz/

from advanced-challenge.

wangyao0512 avatar wangyao0512 commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/bing-cha-ji-by-intelligent-noether1ut-ur6r/

from advanced-challenge.

jiaweitong avatar jiaweitong commented on May 24, 2024

Q990 [Python]: https://leetcode.com/problems/satisfiability-of-equality-equations/discuss/2113544/python3-solution

from advanced-challenge.

looklxf avatar looklxf commented on May 24, 2024

130 -https://leetcode.cn/problems/surrounded-regions/solution/uf-by-kan-jian-k-grnp/
990-https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/uf-by-kan-jian-k-0deu/

from advanced-challenge.

bnerDY avatar bnerDY commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/surrounded-regions-by-bnerdy-lk0e/

from advanced-challenge.

xiankuncheng avatar xiankuncheng commented on May 24, 2024

from advanced-challenge.

NealCou avatar NealCou commented on May 24, 2024
  1. 等式方程的可满足性 https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/990d-by-nealcou-bu9z/

from advanced-challenge.

liviuslw avatar liviuslw commented on May 24, 2024

130:https://leetcode.cn/problems/surrounded-regions/solution/by-shan-gui-tju-g1jo/
990:https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/by-shan-gui-tju-8pn5/

from advanced-challenge.

mgdtsxc avatar mgdtsxc commented on May 24, 2024

130 https://leetcode.cn/problems/surrounded-regions/solution/bing-cha-ji-by-mgdtsxc-s4vf/
990 https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/bing-cha-ji-by-mgdtsxc-qlr1/

from advanced-challenge.

elim0703 avatar elim0703 commented on May 24, 2024

https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/discuss/2114928/Python-Union-Find-Solution

from advanced-challenge.

curveflopper avatar curveflopper commented on May 24, 2024

https://leetcode.com/problems/satisfiability-of-equality-equations/discuss/2115468/Python-Solution-Union-Find

from advanced-challenge.

fccg avatar fccg commented on May 24, 2024

https://leetcode.cn/problems/number-of-connected-components-in-an-undirected-graph/solution/c-by-fccg-ejuw/

from advanced-challenge.

BryanY96 avatar BryanY96 commented on May 24, 2024

323: https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/discuss/2116282/Streak-Challenge-D04-Union-Find
130: https://leetcode.com/problems/surrounded-regions/discuss/2116348/Streak-Challenge-D04-UnionFindDFS
990: https://leetcode.com/problems/satisfiability-of-equality-equations/discuss/2116272/Streal-Challenge-D04-Union-Find

from advanced-challenge.

daochouwangu avatar daochouwangu commented on May 24, 2024

323 https://leetcode.cn/problems/number-of-connected-components-in-an-undirected-graph/solution/bin-cha-ji-by-a-bing-777-mih0/

from advanced-challenge.

orangyan avatar orangyan commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/by-orang-juice-zuv7/

from advanced-challenge.

hansheng1024 avatar hansheng1024 commented on May 24, 2024

https://leetcode.com/problems/surrounded-regions/discuss/2117187/python-dfs

from advanced-challenge.

Upperlan avatar Upperlan commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/by-cherishd1-ky1y/

from advanced-challenge.

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

https://leetcode.cn/problems/surrounded-regions/solution/java-bing-cha-ji-by-yann-w-skes/

from advanced-challenge.

Noble777 avatar Noble777 commented on May 24, 2024

Q323:https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/discuss/2117481/Java-Union-Find

from advanced-challenge.

ChanorJia avatar ChanorJia commented on May 24, 2024

https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/by-jxc-6-cudx/

from advanced-challenge.

wuweikd avatar wuweikd commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/by-wu-wei-48-bgda/

from advanced-challenge.

LLLLLC avatar LLLLLC commented on May 24, 2024

Q130 [java] 被围绕的区域 https://leetcode.cn/problems/surrounded-regions/solution/by-l-zq-9baw/

from advanced-challenge.

HERRFANG avatar HERRFANG commented on May 24, 2024

Q130: https://leetcode.cn/problems/surrounded-regions/solution/bian-jie-tuo-zhan-by-herrfang-c4lv/

from advanced-challenge.

Freesgw avatar Freesgw commented on May 24, 2024

[Q130]https://leetcode.cn/problems/surrounded-regions/solution/dfs-by-soniqs-x8m3/

from advanced-challenge.

maccoli avatar maccoli commented on May 24, 2024

Q130:https://leetcode.cn/problems/surrounded-regions/solution/dfsqiu-jie-by-macco-7oaw/

from advanced-challenge.

karma19350 avatar karma19350 commented on May 24, 2024

Q130:https://leetcode.cn/problems/surrounded-regions/solution/by-karma-15-3w8q/

from advanced-challenge.

C0dingFL avatar C0dingFL commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/130-by-fenglei97-j3cb/

from advanced-challenge.

baijw20 avatar baijw20 commented on May 24, 2024

Q323 [C++]: https://leetcode.cn/problems/number-of-connected-components-in-an-undirected-graph/solution/shiy-by-snufkin_-yq7s/

from advanced-challenge.

asaltwaterroom avatar asaltwaterroom commented on May 24, 2024

https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/-by-huan-huan-20-bnnd/

from advanced-challenge.

wuzehao16 avatar wuzehao16 commented on May 24, 2024

https://leetcode.com/problems/surrounded-regions/discuss/2118969/JavaScript-Solution

from advanced-challenge.

hans12x avatar hans12x commented on May 24, 2024

https://leetcode.com/problems/surrounded-regions/discuss/2118974/java

from advanced-challenge.

sunys1 avatar sunys1 commented on May 24, 2024

https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/discuss/2118977/java-solution

from advanced-challenge.

imtianyufu avatar imtianyufu commented on May 24, 2024

CPP

from advanced-challenge.

yxuaren avatar yxuaren commented on May 24, 2024

https://leetcode.com/problems/surrounded-regions/discuss/2149227/java-Union-Find

from advanced-challenge.

Azzz777 avatar Azzz777 commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/bu-qia-4-by-xiao-bai-xue-suan-fa-c-6zer/

from advanced-challenge.

TinkleJane avatar TinkleJane commented on May 24, 2024

JS-130
https://leetcode.cn/problems/surrounded-regions/solution/by-ccc-16-sc02/

from advanced-challenge.

ocherrie avatar ocherrie commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/bing-cha-ji-by-ocherrie-jaou/

from advanced-challenge.

ZLZhangLi avatar ZLZhangLi commented on May 24, 2024

https://leetcode.cn/problems/surrounded-regions/solution/bei-wei-rao-de-qu-yu-leetcode-by-zlzhang-kuuu/

from advanced-challenge.

250zyw avatar 250zyw commented on May 24, 2024

Q990:https://leetcode.cn/problems/satisfiability-of-equality-equations/solution/990-deng-shi-fang-cheng-de-ke-man-zu-xin-5qez/

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.