Saumyaa Gargsaumyaagarg.hashnode.dev·Dec 26, 2024Day 30: Advanced Graphs and Union-FindWelcome to Day 30 of my 100 Days of DSA challenge! Today, I delved into advanced graph techniques and the Union-Find algorithm, a powerful tool for managing disjoint sets and solving connectivity problems. From detecting cycles in graphs to merging a...10 likesWeek 5DSA
Jyothishree Rajkumarjyothishree.hashnode.dev·Nov 10, 2024Union Find Algorithm(Graph Theory)- Beginner friendly explanationIf you are learning about graphs, then there is one thing that u must keep in your mind, that everything will not be understandable in a single go. Visualization helps a lot. But these concepts are essential in DSA point of view, if you are trying to...1 like·34 readsunion find
Stephen Ivuelekwastreetcoderr.hashnode.dev·Oct 15, 2023A Simplified view of Disjoint SetIntroduction The disjoint set data structure is a form of data representation majorly used to solve problems that have to do with connectivity. It maintains a collection of disjoint subsets. It has many applications in real life such as social networ...disjoint set