Skip to content

Java Abstraction for enumeration problems, based on backtracking

Notifications You must be signed in to change notification settings

DavideTW/Enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Enumeration

Enumeration is a Java Abstraction for enumeration problems, based on backtracking.

It defines an abstract class Enumeration<T> that has a generic type T that represent the type of the data.

There are two examples of implementation:

  1. SubsetsEnumeration: List all subsets of the set {1, ..., n}
  2. PermutationEnumeration: Print all permutations of a set A.

About

Java Abstraction for enumeration problems, based on backtracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages