Changes between Version 9 and Version 10 of FortressLibraries

Show
Ignore:
Timestamp:
12/17/08 09:35:06 (11 months ago)
Author:
Crink
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FortressLibraries

    v9 v10  
    1818 * Sets based on sorted lists 
    1919 * Any other good set or map data structure.  See [source:trunk/Library/Set.fss] and [source:trunk/Library/Map.fss] for appropriate pure apis; these use weight-balanced trees. 
    20  * Prefix and suffix trees 
     20 * ~~Prefix trees~~ (see [source:trunk/Library/PrefixSet.fss PrefixSet.fss] and [source:trunk/Library/PrefixMap.fss PrefixMap.fss]) and suffix trees 
    2121 * Queues (pure queues supported by [source:trunk/Library/PureList.fss PureList.fss] and [source:trunk/Library/ArrayList.fss ArrayList.fss]) 
    2222 * Deques (pure deques supported by [source:trunk/Library/PureList.fss PureList.fss] and [source:trunk/Library/ArrayList.fss ArrayList.fss])