Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
Mathematics
5.7K+ articles
GATE CS
1.1K+ articles
Graph
565+ articles
Engineering Mathematics
348+ articles
graph-basics
14+ articles
Graph-Theory
5 posts
Recent Articles
Adjacency Matrix
Last Updated: 18 June 2026
An adjacency matrix is a way to represent a graph using a square table (matrix). If a graph has n vertices, then its adjacency matrix is an n × n matrix where:Entry 1 mean...
read more
Mathematics
graph-basics
Graph-Theory
Merger Graph
Last Updated: 23 July 2025
In the world of computer science, there's something called a Finite State Machine (FSM). It's basically a mathematical model that helps us understand how things behave whe...
read more
Theory of Computation
Picked
Graph-Theory
5 Color Theorem in Graph Theory
Last Updated: 27 March 2023
The graph is a data structure that is used extensively in real-life.Planar Graph: If a graph can be drawn on the plane without crossing, it is said to be planar. Coloring ...
read more
Graph
GATE CS
DSA
Graph-Theory
Euler Graph and Arbitrarily Traceable Graphs in Graph Theory
Last Updated: 23 July 2025
Prerequisites: Walks, trails, paths, cycles, and circuits in a graphIf some closed walk in a graph contains all the vertices and edges of the graph, then the walk is calle...
read more
Engineering Mathematics
Graph-Theory
Union and Intersection Operation On Graph
Last Updated: 05 December 2025
Graph theory, a branch of mathematics that studies relationships between objects using vertices and edges, the union and intersection of graphs are operations where the un...
read more
Engineering Mathematics
Technical Scripter 2022
Graph-Theory
✕