Algorithm for dividing very large numbers

前端 未结 5 1260
夕颜
夕颜 2020-12-06 01:41

I need to write an algorithm(I cannot use any 3rd party library, because this is an assignment) to divide(integer division, floating parts are not important) very large numb

5条回答
  •  天命终不由人
    2020-12-06 02:47

    Knuth, Donald, The Art of Computer Programming, ISBN 0-201-89684-2, Volume 2: Seminumerical Algorithms, Section 4.3.1: The Classical Algorithms

提交回复
热议问题