Added 2 thoughts

This commit is contained in:
Sander Hautvast 2023-05-27 10:45:43 +02:00 committed by GitHub
parent f96dd0d6cd
commit 90ccb1015f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,9 @@ import java.nio.charset.StandardCharsets;
import java.util.*;
import java.util.function.UnaryOperator;
//notes:
//1. should find out growth factor of arraylist
//2. elementIndices can be arrayList
/**
* Short for Contiguous Layout List, an Experimental List implementation
* Behaves like an ArrayList in that it's resizable and indexed.