I learned square-root decomposition from geeksforgeeks and decided to practice by solving questions. But I am unable to grasp the reason of why my code is making an error
To learn without seeking to blog, I tried to look someone's code and implement it myself. I copied down some code but am unable to look why is my code wrong.
Where am I going wrong. Please help me.
Thank you.
You never call the
del()
function, you're callingadd()
4 times.Thank you so much. I just realized that I am dumb.
Everyone make mistakes. It's important to learn from them.