Releases: kingledion/go-tools
Releases · kingledion/go-tools
v0.6.0
v0.5.0
- Added serialization and de-serialization functionality.
- Improved unit test coverage
- Added LICENSE and updated READMEs
v0.4.1
Completed Find and FindParent unit testing.
Added Merge function to merge two trees.
v0.4.0-alpha
Initial test of Find & FindParents as well as conversion from uint64 to uint
v0.3.0
Redesigned into a tools repository.
v0.2.0
- Added documentation and testing.
- Reimplemented the
BFS()function to return an iterator implemented with a channel, instead of an array.
Initial release
Initial production version.
No testing, no benchmarking, no documentation added yet.