Skip to content

Instantly share code, notes, and snippets.

View master255's full-sized avatar
☝️
Once in a lifetime of the universe

Oleg master255

☝️
Once in a lifetime of the universe
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
*/