Skip to content
Samuel Crow edited this page Jan 11, 2017 · 1 revision

Data Structure Classes

All classes listed below are implemented with multiple inheritance. If the host language doesn't implement multiple inheritance, the capability will be added using inline assembly if necessary.

Hash Map aka Unordered Map

  • String Hash
  • Pointer Hash (also Long Integer Map)
  • Custom Hash

All other

Membership

  • Bit Set/Node
  • Hash Set

Lists

  • Fixed Array (including multiple dimensions as fixed-width non-jagged arrays)
  • Variable Array (aka EList)
  • Singly Linked List
  • Doubly Linked List
Clone this wiki locally