Uses of Package
sdds

Packages that use sdds
sdds A set of unchanging (static) data structures, which return clones every time they are modified, and their equivalent dynamic counterparts. 
unit_tests Unit tests for the static/dynamic data structures package. 
 

Classes in sdds used by sdds
DHashTable
          A simple dynamic HashTable.
DList
          A dynamic singly-linked List.
HashTable
          A simple hash-table (the abstract superclass of DHashTable and SHashTable).
List
          A singly-linked list (the abstract superclass of DList and SList).
SHashTable
          A simple static HashTable.
SList
          A static singly-linked List.
 

Classes in sdds used by unit_tests
HashTable
          A simple hash-table (the abstract superclass of DHashTable and SHashTable).
List
          A singly-linked list (the abstract superclass of DList and SList).