Hi, I encountered a problem like this. Given a value n,you have return the number of distinct boolean matrix such that every row and colun contains ceil(n/2) zeros.I'm unable to formulate the backtracking implementation.Please help me.
Please explain the intuition in your solutions using pseudo code. The programs are hard to read and it takes lot of time to understand what the code exactly is doing.
Hi,
ReplyDeleteI encountered a problem like this.
Given a value n,you have return the number of distinct boolean matrix such that every row and colun contains ceil(n/2) zeros.I'm unable to formulate the backtracking implementation.Please help me.
Sorry, I have not got your question.
ReplyDeletePlease explain the intuition in your solutions using pseudo code. The programs are hard to read and it takes lot of time to understand what the code exactly is doing.
ReplyDeleteI have explained the approach in majority of the questions.
ReplyDeletePlease let me know the ones you want me to explain.