Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 664 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 664 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.

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