Ritik Verma
Ritik Verma
**Graph coloring problem is to assign colors to certain elements of a graph subject to certain constraints. Vertex coloring is the most common graph coloring problem. The problem is, given...
## 🚀 Feature 3-partition problem: Given a set S of positive integers, determine if it can be partitioned into three disjoint subsets that all have the same sum, and they...
**Is your feature request related to a problem? Please describe.** 3-partition problem: Given a set S of positive integers, determine if it can be partitioned into three disjoint subsets that...