Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
247 views

Check the equality for each subset of a string S against the target T and return a count

I wrote the following code to solve this leetcode problem: ...
Fahd Ahmed's user avatar
2 votes
0 answers
642 views

Recursive implementation of integer partition without re-arrangement

Problem: Integer partition without re-arrangement Input: An arrangement S of nonnegative numbers {s1, . . . , sn} and an integer ...
Daniel Jacobson's user avatar