Releases: monocircuit/utils
Node Release
This release contains better documentation and in addition to that a generalized 🔘 Node data structure that is currently used in the implementation of 🔗 LinkedList.
Queue Release
This version contains an implementation of a 🐍 Queue. Furthermore the compilation process and library importing mechanism was improved. There were also slight changes in documentation.
Stack Release
This new release features a 📚 Stack implementation, better documentation on the 🔗 LinkedList & LinkedListNode implementations.
Initial Release
This is the initial release of the @monocircuit/utils package. It merely contains a LinkedList implementation with its corresponding node type. It also holds a Comparator class, which is capable of powering all comparison tasks taken in this package.
The package can be looked at here.