-
Notifications
You must be signed in to change notification settings - Fork 1
ADT
Samuel Crow edited this page Jan 11, 2017
·
1 revision
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.
- String Hash
- Pointer Hash (also Long Integer Map)
- Custom Hash
All other
- Bit Set/Node
- Hash Set
- Fixed Array (including multiple dimensions as fixed-width non-jagged arrays)
- Variable Array (aka EList)
- Singly Linked List
- Doubly Linked List