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...Discuss·1 like·27 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...Discussdisjoint set
Miradil Zeynallimmzeynalli.hashnode.dev·Oct 11, 2023Solving DSA Problems. Eolymp 325: Dangerous routeProblem statement In one country there are n cities, some of which are connected by two-way routes. Cities are numbered by integers from 1 to n. In times of financial crisis the level of the crime in a state rose and the crime groups are organized. T...DiscussDSA