This repository contains study materials and practical experiments related to graph modeling and analysis.
The project is organized around different graph scenarios, using JSON files to represent graph structures and Jupyter notebooks to explore, analyze, and visualize them.
Graphs are fundamental data structures used to represent relationships between entities. This repository was created to study graph concepts through practical scenario-based examples.
The materials in this repository combine structured graph data with interactive notebook analysis, making it useful for both academic study and algorithm experimentation.
grafo.json– graph data for one scenariografos2.json– graph data for another scenariografos_cenario1.ipynb– notebook for scenario 1grafos_cenario2.ipynb– notebook for scenario 2grafos_cenario2.html– exported HTML version of one notebook or visualization
The main goal of this repository is to explore graph representation and analysis through practical examples.
It may include tasks such as:
- representing graphs with structured data
- studying relationships between nodes and edges
- testing graph-based scenarios
- analyzing graph behavior in notebooks
- generating visual or interactive outputs
Depending on the notebook content, the repository may involve:
- graph representation
- nodes and edges
- scenario analysis
- graph visualization
- algorithm experimentation
- academic graph studies