Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Data Structures | Functions
dsac::map Namespace Reference

Code from the chapter "Maps, Hash Tables, and Skip Lists". More...

Data Structures

class  AbstractHashMap
 
class  AbstractMap
 
class  ChainHashMap
 
class  CostPerformanceDatabase
 
class  OrderedTableMap
 
class  OurMultimap
 
class  ProbeHashMap
 
class  UnorderedListMap
 

Functions

int hash_code (std::string s)
 

Detailed Description

Code from the chapter "Maps, Hash Tables, and Skip Lists".

Function Documentation

◆ hash_code()

int dsac::map::hash_code ( std::string  s)