Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 710 Bytes

File metadata and controls

23 lines (18 loc) · 710 Bytes

Feature Roadmap

This document includes the roadmap for the Ordered library. It outlines features to be implemented and their current status.

Important

This roadmap is a work in progress and is subject to change.

1. Core Features

  • Collections (implemented)
    • B-tree map (BTreeMap)
    • Skip list map (SkipListMap)
    • Trie map (TrieMap)
    • Cartesian tree (CartesianTreeMap)
    • Array-based sorted set (SortedSet)
    • Red-black tree set (RedBlackTreeSet)
  • Common API
    • init and deinit lifecycle
    • put, get, remove, and contains
    • Iterators (in-order traversal)
    • Size and emptiness checks