Skip to content

Instantly share code, notes, and snippets.

View master255's full-sized avatar
💪
I am the Swarm! It's my world!

Oleg master255

💪
I am the Swarm! It's my world!
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
*/