DSA Session 5 ( New Way to Approach ):-
We have a problem with the Statement of Sum of n Natural Numbers.
So let's take it like a game, we have a Starting score or first score = 0
Then we have levels & the final score
0 + 1 = 1
1 + 2 = 3
3 + 3 = 6
6 + 4 = 10
10 + 5 = 15
First Score + ...
devopswithpiyushkabra.hashnode.dev2 min read