LeetCode-Problems-Solutions
LeetCode-Problems-Solutions copied to clipboard
#474. Ones and Zeroes
You are given an array of binary strings strs and two integers m and n.
Return the size of the largest subset of strs such that there are at most m 0's and n 1's in the subset.
A set x is a subset of a set y if all elements of x are also elements of y.
Assign me this issue
Assign me this issue
fcfs
Assign me this issue
fcfs
Do I have to create my own issue in this repository ??
Assign me this issue
fcfs
Do I have to create my own issue in this repository ??
Yes, you may create an issue for the questions that are not already present or assigned already.