All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed stack overflow caused by depth first search algorithm by making it non-recursive.
- Initial release of the project.
- Basic graph data structure implementation.
- Unit tests for graph operations.