website-copy icon indicating copy to clipboard operation
website-copy copied to clipboard

[python/square-root] Add mentoring doc

Open antoniouaa opened this issue 1 year ago • 0 comments

Hello, my attempt at mentoring notes for square-root for python. I see there's already been a past attempt at introducing this mentoring document , in #2251.

Document includes sections suggesting and explaining 2 different solutions, main solution using Heron's method from the wiki pages linked in the description of the problem. I understand that's what the problem statement is pushing people to investigate and implement, instead of using cheap hacks like ** 0.5 and pow.

Comments welcome!

antoniouaa avatar Apr 04 '24 01:04 antoniouaa