Skip to content
Snippets Groups Projects
Commit 45551ffc authored by paul.albuquer's avatar paul.albuquer
Browse files

adapted code size again

parent 3ea0e0f4
No related branches found
No related tags found
No related merge requests found
Pipeline #15236 passed
......@@ -39,11 +39,11 @@ $$
# Préambule
\footnotesize
* On considère pas le cas du chaînage en cas de collisions.
* L'insertion est construite avec une forme du type
\scriptsize
```C
index = h(key);
while (table[index].state == OCCUPIED
......@@ -53,6 +53,8 @@ $$
table[index].key = key;
table[index].state = OCCUPIED;
```
\normalsize
* Gestion de l'état d'une case *explicite*
```C
......
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