Question: write a code in any language You have n coins and you want to build a staircase with these coins. The staircase consists of k
write a code in any language
You have n coins and you want to build a staircase with these coins. The staircase consists of k rows where the ith row has exactly i coins. The last row of the staircase may be incomplete.
Given the integer n return the number of complete rows of the staircase you will build.
Example :
Input: n Output: Explanation: Because the rd row is incomplete, we return
Example :
Input: n Output: Explanation: Because the th row is incomplete, we return
Constraints:
n
Example :
Example :
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
