| | | | <- prev | |

Generic Set Algorithms

  • Set algorithms and containers -- very useful software tools
  • Generic set algorithms and generic set containers are part of STL specification
  • Algorithms implement mathematical concepts from set theory
    • set union
    • set intersection
    • set difference
    • set containment
    • merge
  • Algorithm runtime complexity <= O(size)
  • Catalog: Generic Set Algorithms
  • File: gset.h

<- prev | | Top of Page | 8. Generic Set Algorithms - 1 of 7