TheAlgorithms/C++ 1.0.0
All the 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

Definition at line 37 of file quadratic_probing_hash_table.cpp.

Constructor & Destructor Documentation

◆ Entry()

quadratic_probing::Entry::Entry ( int key = notPresent)
inlineexplicit

constructor

Definition at line 38 of file quadratic_probing_hash_table.cpp.

Member Data Documentation

◆ key

int quadratic_probing::Entry::key

key value

Definition at line 39 of file quadratic_probing_hash_table.cpp.


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