queuejs-bfs
Version:
A package to offer a built-in Queue data structure and Breadth First Search (BFS) method for traversing a graph for JavaScript applications.
20 lines (10 loc) • 409 B
Markdown
# Changelog
This file tracks released versions with the changes made to this project.
## Version 1.0.38
### Added
- Added python script to publish code to NPM.
## Version 1.0.32
### Changed
- Moved github action where I update version into a git `pre-commit` hook so that we don't have to do another subsequent git commit/push.
## Version 1.0.27
- first iteration of `queuejs-bfs` as an NPM package.