Package dev.nm.misc.algorithm
-
Class Summary Class Description ActiveSet This class keeps track of the active and inactive indices.Bins<T> This class divides the items based on their keys into a number of bins.BruteForce<D,R> A brute force algorithm, or brute-force search or exhaustive search, also known as generate and test, is a very general problem-solving technique that consists of systematically enumerating all possible candidates for the solution and checking whether each candidate satisfies the problem's statement.CartesianProduct<T> The Cartesian product can be generalized to the n-ary Cartesian product over n sets X1, ..., Xn.