Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -11,7 +11,7 @@ extension randomOp
|
|||
|
||||
for(int i := 0; i < max; i += 1)
|
||||
{
|
||||
var j := randomGenerator.nextInt(i,max);
|
||||
var j := Random.nextInt(i,max);
|
||||
|
||||
self.exchange(i,j)
|
||||
};
|
||||
|
|
@ -20,9 +20,9 @@ extension randomOp
|
|||
}
|
||||
}
|
||||
|
||||
public program()
|
||||
public Program()
|
||||
{
|
||||
var a := Array.allocate(MAX).populate::(i => i );
|
||||
|
||||
console.printLine(a.randomize())
|
||||
Console.printLine(a.randomize())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue