public class Benchmark extends Object
| Constructor and Description |
|---|
Benchmark() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
test(int N,
int nbr,
int repeat) |
static int[] |
unite2by2(int[] set1,
int[] set2)
Compute the union between two sorted arrays
|
public static int[] unite2by2(int[] set1,
int[] set2)
set1 - first sorted arrayset2 - second sorted arraypublic static void main(String[] args)
public static void test(int N,
int nbr,
int repeat)
Copyright © 2018. All rights reserved.