We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Halloween Sale
Halloween Sale
Sort by
recency
|
662 Discussions
|
Please Login in order to post a comment
Here are my approaches in c++, you can see the explanation here : https://youtu.be/VFVaLMRzhV4
Approach 1 O(n)
Approach 2 O(n) with recursion
Approach 3 O(1), incomplete solution (failure of a test case), feel free to comment to share a way to complete it.
C#. This is a no loop solution. It uses arithmetic sequence sum and solves quadratic equations of one variable.