Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 6.6 Self Check
Checkpoint 6.6.1.
Checkpoint 6.6.2.
Drag the search method to the type of data that it is more efficient for compared to the other search method.
This is feedback.
- Binary Search
- ordered data
- Linear Search
- unordered data
Checkpoint 6.6.3.
What creates hash collisions?
when pairs of different hash values are mapped to the same key.
Think about what keys refer to and what hash values refer to
when pairs of different hash values do not share the same key.
Think about what keys refer to and what hash values refer to
when pairs of different keys are mapped to the same hash value.
Correct!
when pairs of different keys do not share the same hash value.
Think about what keys refer to and what hash values refer to
You have attempted
of
activities on this page.