Skip to content

This project aims to solve the partition problem using two different approaches: state space search and metaheuristic methods (genetic algorithm)

Notifications You must be signed in to change notification settings

djen-nihad/PartitionProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PartitionProblem

This project aims to solve the partition problem, which is a classic problem in computer science and mathematics. The partition problem consists of determining whether a given set can be divided into two subsets such that the sum of the elements of the two subsets is equal.

About

This project aims to solve the partition problem using two different approaches: state space search and metaheuristic methods (genetic algorithm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages