Skip to content

Releases: monocircuit/utils

Node Release

15 May 22:08

Choose a tag to compare

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

15 May 12:36

Choose a tag to compare

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

15 May 10:33

Choose a tag to compare

This new release features a 📚 Stack implementation, better documentation on the 🔗 LinkedList & LinkedListNode implementations.

Initial Release

15 May 09:42

Choose a tag to compare

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.