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
Rohit Gawanderohit253.hashnode.dev·Sep 29, 2024Chapter 44: Graphs (Part 1)In this chapter, we will embark on an in-depth exploration of Graphs, one of the most versatile and widely-used data structures in computer science. Graphs play a crucial role in representing relationships between entities, making them indispensable ...DiscussDSA(Data Structure and Algorithm) In JAVAData Structures and Algorithm
Uttam Mahatauttammahata.hashnode.dev·Sep 28, 2024Introduction to GraphsGraph A graph G=(V,E) consists of V, a nonempty set of vertices (or nodes) and E, a set of edges. Each edge has either one or two vertices associated with it, called its endpoints. An edge is said to connect its endpoints. Types of Graphs Directed G...DiscussGraph AlgorithmsBasics of Graphs
Drake Phamtopological-sort.hashnode.dev·Sep 28, 2024Topological Sort: Understanding the Concept and 2 ApplicationsTopological Sorting is an important concept in graph theory, especially for Directed Acyclic Graphs (DAGs). It gives a linear order of vertices so that for every directed edge u → v, vertex u comes before v in the order. This is useful when tasks or ...Discussalgorithms
Pierre-Yves Ricaublog.p-y.wtf·Sep 25, 2024Rendering the Java heap as a TreemapExploring heap dumps I have investigated many heap dumps over the years, and I usually switch back and forth between two tools: YourKit Java Profiler to poke around the heap and look for interesting things (ask your company to buy a license!) Shark...Discuss·4 likes·3.1K readsComputer Science
Pronod Bharatiyadata-intelligence.hashnode.dev·Sep 14, 2024Leveraging Graph Neural Networks on the CORA Dataset: Tackling Non-IID and Non-Euclidean Data with Graph TheoryIn traditional machine learning models, including neural networks, data is often assumed to follow the IID (independent and identically distributed) assumption. This means each data point is independent of others and follows the same underlying proba...Discuss·125 readsGraph Neural Networks (GNNs)CORA Dataset
Pronod Bharatiyadata-intelligence.hashnode.dev·Sep 14, 2024Graph Theory Algorithms and Neural Networks: An In-Depth ExplorationGraph theory and neural networks are two seemingly distinct fields in computer science and mathematics, but they have an intrinsic connection that has become increasingly significant as advancements in both areas have evolved. Graph theory, which dea...Discuss·170 readsGraph Neural Networks (GNNs)graph theory
Sonali Rawatprogrammng.hashnode.dev·Jul 31, 2024Exploring the Many Faces of Graph EdgesLet's delve into the various types of edges in graph theory with detailed explanations and examples: Exploring the Diverse World of Graph Edges Undirected Edge: This type of edge connects two vertices without any direction. Think of it as a simple ...Discussgraph theory
Raineraineyang.hashnode.dev·Jun 7, 2024PyTA Project: Depth-First Search for Control Flow GraphToday's task is to implement a function that takes a PythonTA control flow graph and returns all paths in the graph. In this article, I will first give an overview of modules related to control flow graph, and then provide an implementation of the fu...Discuss·40 readscontrol flow graph
Quantum Cyber Solutionsqcs.hashnode.dev·Dec 17, 2023Unlocking Graph Theory Mysteries with Quantum ComputingPublished on Sunday, December 17, 2023 Unlocking Graph Theory Mysteries with Quantum Computing =========================================================== Authors Name Elon Tusk 😄 Twitter Unlocking Graph Theory Mysteries with Quantum Computing G...Discussgraph theory