Following is a minibook containing 3 small quizzes comprising 3 questions each. Press Read button to view this minibook. Do you want to see video solutions some interesting interview problems asked by giants like Google, Amazon, Microsoft, etc …
As you can see in the above image. We have given a matrix. A man is standing at one corner and its home is on another corner. There are multiple paths to reach home. We have to print all the …
Tower of Hanoi Let me first explain about Tower of Hanoi. Tower of Hanoi is a mathematical game or a puzzle. It have 3 rods and a number of different sized disks, which can slider on any rod. The smallest …
Recursion is a process in which a function calls itself and the respective function is is said as Recursive Function. I have experienced that most of the students find recursion very difficult. Some students uses recursion but they are still …
Programming helps children learn to problem-solve Understanding computers and learning the basics of coding helps children to develop an appreciation of how things work. It teaches them how engineers use math in order to solve problems in a logical and …