Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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
7 votes
4 answers
340 views

Add one to a very large integer

I was asked to implement this in an interview a while back. I didn't pass the interview, mostly likely because it took me far too long to do. However, I'm interested to know how well implemented the ...
Thomas Barrett's user avatar