GammaStack Interview Question

In interview asked - Anagram code , Decimal to Binary using recursion , Deep discussion on OOPS and Computer Networking Basic Concepts

Interview Answers

Anonymous

Sep 6, 2020

Coding question , Given a 2D matrix N X N with entries 0 and 1 only , A person is standing at (0,0) has to reach (N-1,N-1) , can move only on Blocks with entry 1 , Print all the possible paths from (0,0) to reach (N-1,N-1)

Anonymous

Dec 24, 2020

Great 👍