News

The subset-sum problem is one of the most frequently occurring NP (nondeterministic, polynomial-time)-complete) problems. It asks whether a subset of numbers in a set of positive integers adds up ...
Algorithm to check if we can find a subset in a given list that has it's sum equal to a target sum. Outside the function we will initialize the dp matrix which will look like this: dp= [ ...
This project implements a Genetic Algorithm (GA) to solve the classical Subset Sum Problem (SSP). Instead of using brute-force techniques, it uses evolutionary principles like selection, crossover, ...
DNA computing is a new emerging field of parallel computing. However, DNA computing is mainly based on biological technology, which is prone to deterioration and damage and other issues in the ...
An efficient branch-and-bound algorithm for computing the best-subset regression models is proposed. The algorithm avoids the computation of the whole regression tree that generates all possible ...