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

coeherence correction

parent 86d4582e
Branches
No related tags found
No related merge requests found
......@@ -371,7 +371,7 @@ int depth(node *qt) {
```C
noeud position(li, co, arbre)
d = profondeur(arbre);
d = profondeur(arbre) - 1;
tant_que (d >= 1)
index = 2 * ((li % 2^d) / 2^(d-1))
+ (col % 2^d) / 2^(d-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment