dinhanhx / big-number-process

big-number-process is code in Java for storing and operating gigantic numbers.
MIT License
2 stars 1 forks source link

division methods can spend too much time on executing #1

Open dinhanhx opened 5 years ago

dinhanhx commented 5 years ago

Need a better algorithm

dinhanhx commented 5 years ago

How about this: https://hg.openjdk.java.net/jdk8/jdk8/jdk/file/tip/src/share/classes/java/math/BigInteger.java

dinhanhx commented 5 years ago

How about this: http://bioinfo.ict.ac.cn/~dbu/AlgorithmCourses/Lectures/Lec5-Fast-Division-Hasselstrom2003.pdf

dinhanhx commented 5 years ago

I will let Dinh Anh from different year to do this.