Skip to content

Instantly share code, notes, and snippets.

View master255's full-sized avatar
☝️
Destroy through creation

Oleg master255

☝️
Destroy through creation
View GitHub Profile
package com.yourproject.datastructures;
import java.io.*;
import java.util.*;
import java.util.function.Consumer;
/**
* Disk-backed array list
* @param <E> element type
*/