I was just wondering what different strategies there are for division when dealing with big numbers. By big numbers, I mean ~50 digit numbers .
e.g. 9237639100273856744
Long division is not very complicated if you are working with binary representations of your numbers and probably the most efficient algorithm.