Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 759 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 759 Bytes

Linked List Changelog

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.

0.1.0 - 2023-08-11

Added

  • 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