#(DP/Combinatorics) Count Stable Binary Arrays with Fixed 0s/1s and Subarray Limit
7 messages · Page 1 of 1 (latest)
what sizes of zero, one, and limit do we need to handle?
i can perhaps write a generating function
1<= zero, one, limit <=1000
ok i have a decent way to do it without DP (well actually the DP is kinda just hidden). let me write it up
Okay.. go with it