solverjs icon indicating copy to clipboard operation
solverjs copied to clipboard

Provide more relative Method

Open suryapratapsinghsuryavanshi opened this issue 2 years ago • 9 comments

With web application all the time we face many problems to implement some logic, but in logic, we want some common mathematical applications like GCD, sum of all digits and this makes our implementation more complex hence If you want all these common math problems solved, then you can use solverjs. SolverJS are a combination of many common mathematical and some very used logic solutions.

So we created many ways to solve the problem but you also added some more methods to make web dev easier.

I contributed. #3

DevsNight avatar Oct 01 '21 20:10 DevsNight

JavaScript library

Rohit484 avatar Oct 02 '21 14:10 Rohit484

I made a pull request #13 to optimize the getFib method to linear time rather than exponential.

There are other optimizations that can be made, let me know if I can go ahead and make pull requests for those as well after #13 is merged and confirmed.

saranshsaini avatar Oct 06 '21 18:10 saranshsaini

I made a pull request #13 to optimize the getFib method to linear time rather than exponential.

There are other optimizations that can be made, let me know if I can go ahead and make pull requests for those as well after #13 is merged and confirmed.

Thanks, optimization is a major issue please contribute your way in further away as well.

Ok sounds good. I just made another optimization that you can check out. I will look out for more.

saranshsaini avatar Oct 06 '21 19:10 saranshsaini

Yes @saranshsaini, I have reviewed it, please consider my opinion and let me know.

Hi, I have optimized the power function. Please go through my PR #22 .

shyam-2002 avatar Oct 20 '21 06:10 shyam-2002

Hello, I made a quick fix #23 for reverseNumber so that it works properly for negative numbers. Let me know if you will merge it.

saranshsaini avatar Oct 20 '21 08:10 saranshsaini

Hello, I made a quick fix #23 for reverseNumber so that it works properly for negative numbers. Let me know if you will merge it.

Yeah, I merged it.