Skip to content

Commit 5341787

Browse files
author
jb
committed
dealing with flexArray dissapearance :(
1 parent 4a85cfb commit 5341787

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SortingArray/src/searchingArray/FlexibleArray.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
// An implementation of a flexible array, to add elements and to full array, by copying the existing size of an array
44
public class FlexibleArray<T> {
5+
6+
7+
8+
59

610
private T[] oldArray = null;
711
private T[] doubleArray = null;

0 commit comments

Comments
 (0)