All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
LinkedList
class- Pushing, popping, shifting, unshifting, and peeking elements
- Forward and reverse iteration
Entry
for constant time complexity operations at arbitrary list positions- Supports removal of entries without affecting the iteration order