This repository is dedicated to learning and practicing the Graph data structure using an adjacency list implementation in Java. It serves as a personal study project to understand graph concepts, traversal algorithms (DFS, BFS), and basic graph operations.
This project is purely for educational purposes. I studied this data structure using various external resources including tutorials, documentation, and online courses to deepen my understanding.
⚠️ This project is not intended for production use. It exists solely as a personal study resource.