Skip to content

Instantly share code, notes, and snippets.

View bwoodhouse729's full-sized avatar

Brent Woodhouse bwoodhouse729

View GitHub Profile
@bwoodhouse729
bwoodhouse729 / CombinationGenerator.java
Last active July 2, 2017 20:09
Energy Balance Solver
/**
* @author Michael Gilleland - http://www.merriampark.com/comb.htm
*/
//--------------------------------------
// Systematically generate combinations.
//--------------------------------------
import java.math.BigInteger;