Skip to content
Snippets Groups Projects
Verified Commit e648c69e authored by orestis.malaspin's avatar orestis.malaspin
Browse files

fixed alignement

parent bb19dcce
No related branches found
No related tags found
No related merge requests found
......@@ -587,8 +587,10 @@ Avantages:
\begin{align*}
h_1(k)&=k\mod 13,\\
h_2(k)=1+(k\mod 11).
h_2(k)&=1+(k\mod 11).
\end{align*}
* La fonction de hachage est donc $h(k)=(h(k)+h_2(k)) \% 13$ en cas de
collision.
# Exercice 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment