Skip to content

Commit

Permalink
Part of Bears-R-Us#3949: Investigate arkouda.random.Generator.shuffle…
Browse files Browse the repository at this point in the history
…() function performance
  • Loading branch information
ajpotts committed Dec 31, 2024
1 parent a77be87 commit a40f2bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions training/mergesort.chpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

writeln("START");

const N = 100;

var x: [0..N] int;

//for i in 0..N {
// x[i] = i;
//}


writeln(x);

0 comments on commit a40f2bd

Please sign in to comment.