mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-22 19:55:44 +01:00
FinnSort: public access
This commit is contained in:
parent
75f7f34fa3
commit
b16ef90b8c
@ -7,7 +7,7 @@ public class FinnSort {
|
|||||||
|
|
||||||
private static final ArrayList<Run> runs = new ArrayList<>();
|
private static final ArrayList<Run> runs = new ArrayList<>();
|
||||||
|
|
||||||
static void sort(Integer[] a) {
|
public static void sort(Integer[] a) {
|
||||||
|
|
||||||
int n = a.length;
|
int n = a.length;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user