Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 616 Bytes

File metadata and controls

executable file
·
21 lines (14 loc) · 616 Bytes

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.

v1.0.0 (2025-10-17)

Added

  • Added Heap container implementation from proposal #47632
  • Added Queue container implementation
  • Added Map function for slices
  • Added function for sorted slices
    • Insert
    • Delete
    • Contains