User profile: amiable143

User info
User name:amiable143
History
Joined:
Number of posts:32
Latest posts:

Inheritance related confusion
What is the meaning of inaccessible here,inaccessible to member function of derived class or inacces...

Inheritance related confusion
If a base class is publicly inherited ,member functions of derived class(inherited member functions ...

Ladder Problem using Dynamic Programming (Bottom-up Approach) in O(n)
@dhayden sir, are u telling me to manually give the value of dp[n] until n= k ?? i failed to unders...

Ladder Problem using Dynamic Programming (Bottom-up Approach) in O(n)
In the given problem we have to find the no. of ways in which we can reach the top of ladder from th...

segmentation fault on "End Of Fun" problem on SPOJ
Take #39 and #40 and for n>10 , testcases..it gives segmentation fault on my program link- http://s...