Skip to content

Releases: hmcalister/Go-DSA

v1.2.0

13 Dec 14:49
417733a
Compare
Choose a tag to compare

Introduce iterators to all data structures; enjoy your ranges and loops! This also requires upgrading to Go 1.23

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Dec 15:36
c5eb120
Compare
Choose a tag to compare

This release has a fairly comprehensive API into a few data structures, and most importantly includes the ability to pull the data out into a slice when required which greatly improves flexibility. The addition of Apply, Map, and Fold methods on many data structures also allows for better interaction with the underlying data, such as iterating over a HashSet.

What's Changed

Full Changelog: v1.0.0...v1.1.0