Treffer: A Review on Graph Theory and Its Implementation Using Python Programming

Title:
A Review on Graph Theory and Its Implementation Using Python Programming
Publisher Information:
Zenodo
Publication Year:
2025
Collection:
Zenodo
Document Type:
Fachzeitschrift article in journal/newspaper
Language:
English
ISSN:
2347-7075
DOI:
10.5281/zenodo.15542617
Rights:
Creative Commons Attribution 4.0 International ; cc-by-4.0 ; https://creativecommons.org/licenses/by/4.0/legalcode
Accession Number:
edsbas.8B52875B
Database:
BASE

Weitere Informationen

Graph theory is a foundation of modern computer science and mathematics, with applications spanning from network analysis to routing algorithms and social network analysis. It is a mathematical framework used to study relationships between objects represented as nodes connected by edges. It has applications in numerous domains, such as network analysis, social networks, biology, and more. This paper provides a review of the core concepts and algorithms in graph theory, with a focus on Python libraries that are widely used for graph manipulation, including NetworkX. The paper aims to offer readers insights into the importance of graph theory and its applications in Python programming.