imrahul361 / Competitive-Programming-Libraries

Creating a C++ Library for easily accessible different functions/Algorithms that are used in Competitive programming.
3 stars 6 forks source link

squareroot_deconmposition added #27

Closed ritwikchakraborty123 closed 3 years ago

ritwikchakraborty123 commented 3 years ago

15

imrahul361 commented 3 years ago

I afraid it might not be the complete implementation Create some functions to run all different tasks and call them from the main Sqrtdecomposition Function. I think you got my Point. @ritwikchakraborty123

imrahul361 commented 3 years ago

I just want the function like platform - LeetCode or InterviewBit Not the complete Function @ritwikchakraborty123

ritwikchakraborty123 commented 3 years ago

You told me to implement with main function and now you are telling to just send function...I previous sent that in previous PR on same issue

imrahul361 commented 3 years ago

You told me to implement with main function and now you are telling to just send function...I previous sent that in previous PR on same issue

Previously, I meant to say break the function into smaller functions to do some particular tasks I don't want the complete program just the proper functions to call it. @ritwikchakraborty123 are you getting my point?

ritwikchakraborty123 commented 3 years ago

yes perfectly got your point

ritwikchakraborty123 commented 3 years ago

this is one of the much easy understandable and good commented implementation