fix
This commit is contained in:
parent
fb6b659308
commit
042f126730
@ -103,13 +103,11 @@ let sorteren t =
|
||||
(0,0,0)
|
||||
t
|
||||
in
|
||||
Array.init
|
||||
(zero+one+two)
|
||||
(fun i ->
|
||||
if i < zero then 0
|
||||
for i = 0 to zero+one+two-1 do
|
||||
t.(i) <- if i < zero then 0
|
||||
else if i < zero+one then 1
|
||||
else 2
|
||||
)
|
||||
done
|
||||
;;
|
||||
|
||||
(* Exercice 9 *)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user