Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
Loading...
Searching...
No Matches
quadratic_probing::Entry Struct Reference

Public Member Functions

 Entry (int key=notPresent)
 constructor
 

Public Attributes

int key
 key value
 

Detailed Description

Node that holds key


The documentation for this struct was generated from the following file: