All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.psjava.goods.GoodDisjointSet Maven / Gradle / Ivy

The newest version!
package org.psjava.goods;

import org.psjava.ds.set.DisjointSet;
import org.psjava.ds.set.DisjointSetForest;

public class GoodDisjointSet {

	public static  DisjointSet create() {
		return new DisjointSetForest();
	}
	
	private GoodDisjointSet() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy