Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 296 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 296 Bytes

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.