Click here to Skip to main content
15,794,629 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: How to determine if 2 labelled graphs are identical? Pin
Greg Utas14-Nov-20 2:48
mveGreg Utas14-Nov-20 2:48 
GeneralRe: How to determine if 2 labelled graphs are identical? Pin
Greg Utas14-Nov-20 4:04
mveGreg Utas14-Nov-20 4:04 
GeneralCLOSED Pin
AlgoHelp14-Nov-20 4:49
AlgoHelp14-Nov-20 4:49 
GeneralRe: How to determine if 2 labelled graphs are identical? Pin
Greg Utas14-Nov-20 5:03
mveGreg Utas14-Nov-20 5:03 
GeneralCLOSED Pin
AlgoHelp14-Nov-20 5:24
AlgoHelp14-Nov-20 5:24 
GeneralRe: How to determine if 2 labelled graphs are identical? Pin
Greg Utas14-Nov-20 6:41
mveGreg Utas14-Nov-20 6:41 
GeneralRe: How to determine if 2 labelled graphs are identical? Pin
Greg Utas15-Nov-20 2:27
mveGreg Utas15-Nov-20 2:27 
QuestionLong Division / Assembly Language Style Pin
C-P-User-313-Oct-20 5:34
C-P-User-313-Oct-20 5:34 
Long Division / Assembly Language Style

I am a little bit embarrassed that I can't figure this out on my own with pencil and paper; in fact, a lot embarrassed



MY QUESTION...


What is the Algorithm for dividing one very large integer by another ?




I don't want to get too ridiculous on my first attempt at this, so I will toss out these sorts of values...

TWO UNSIGNED INTEGERS
  • A Thirty-Four Byte Dividend
  • A Seventeen Byte Divisor
In bits, that would be
  • A 272 Bit Dividend
  • And a 136 Bit Divisor
I want to do this using All_Or_Mostly 8-Bit registers to the maximum extent possible.

I am quite surprised that I couldn't find this question answered with a web search.

Can someone tell me what question to ask Google ?

For that matter, is there a better online community than this one for questions such as this one ?

I am totally fine if we start off learning how to do 16-bit division using 8-Bit regs and then move up to 24, 32, 40, 48 etc. dividend sizes
AnswerRe: Long Division / Assembly Language Style Pin
Richard Deeming13-Oct-20 5:53
mveRichard Deeming13-Oct-20 5:53 
GeneralRe: Long Division / Assembly Language Style Pin
harold aptroot13-Oct-20 6:31
harold aptroot13-Oct-20 6:31 
AnswerRe: Long Division / Assembly Language Style Pin
trønderen13-Oct-20 7:25
trønderen13-Oct-20 7:25 
GeneralRe: Long Division / Assembly Language Style Pin
Greg Utas13-Oct-20 13:04
mveGreg Utas13-Oct-20 13:04 
AnswerRe: Long Division / Assembly Language Style Pin
Gerry Schmitz13-Oct-20 9:33
mveGerry Schmitz13-Oct-20 9:33 
AnswerRe: Long Division / Assembly Language Style Pin
Patrice T6-Nov-20 16:46
mvePatrice T6-Nov-20 16:46 
QuestionFinding possible combinations for tetris-like cages Pin
vinaysingh8424-Sep-20 15:25
vinaysingh8424-Sep-20 15:25 
AnswerRe: Finding possible combinations for tetris-like cages Pin
Gerry Schmitz25-Sep-20 8:41
mveGerry Schmitz25-Sep-20 8:41 
AnswerRe: Finding possible combinations for tetris-like cages Pin
vinaysingh8429-Sep-20 14:15
vinaysingh8429-Sep-20 14:15 
QuestionCalculate time complexity step by step of given two program program Pin
Member 1151248623-Sep-20 1:22
Member 1151248623-Sep-20 1:22 
AnswerRe: Calculate time complexity step by step of given two program program Pin
Richard MacCutchan23-Sep-20 4:34
mveRichard MacCutchan23-Sep-20 4:34 
AnswerRe: Calculate time complexity step by step of given two program program Pin
trønderen23-Sep-20 5:07
trønderen23-Sep-20 5:07 
AnswerRe: Calculate time complexity step by step of given two program program Pin
Gerry Schmitz24-Sep-20 14:01
mveGerry Schmitz24-Sep-20 14:01 
QuestionRandom File & Folder Names Pin
Richard Andrew x6422-Sep-20 11:42
professionalRichard Andrew x6422-Sep-20 11:42 
AnswerRe: Random File & Folder Names Pin
Victor Nijegorodov22-Sep-20 11:56
Victor Nijegorodov22-Sep-20 11:56 
GeneralRe: Random File & Folder Names Pin
Richard Andrew x6422-Sep-20 12:06
professionalRichard Andrew x6422-Sep-20 12:06 
QuestionHow can I calculate time complexity and compare between given two algorithms? Pin
Member 1151248618-Sep-20 19:12
Member 1151248618-Sep-20 19:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.