Click here to Skip to main content
15,889,412 members
Home / Discussions / Algorithms
   

Algorithms

 
Questiondynamic activity selection Pin
Member 1040514815-Nov-13 21:11
Member 1040514815-Nov-13 21:11 
AnswerRe: dynamic activity selection Pin
Alan Balkany27-Nov-13 5:26
Alan Balkany27-Nov-13 5:26 
AnswerRe: dynamic activity selection Pin
jschell28-Nov-13 7:10
jschell28-Nov-13 7:10 
QuestionNeed help with this Pseudocode Pin
B-Sho10-Nov-13 7:23
B-Sho10-Nov-13 7:23 
AnswerRe: Need help with this Pseudocode Pin
Richard Andrew x6410-Nov-13 9:38
professionalRichard Andrew x6410-Nov-13 9:38 
GeneralRe: Need help with this Pseudocode Pin
B-Sho10-Nov-13 12:14
B-Sho10-Nov-13 12:14 
AnswerRe: Need help with this Pseudocode Pin
Richard Andrew x6410-Nov-13 12:23
professionalRichard Andrew x6410-Nov-13 12:23 
AnswerRe: Need help with this Pseudocode Pin
BillWoodruff10-Nov-13 15:54
professionalBillWoodruff10-Nov-13 15:54 
Here's one clue: when you want to have a loop that is guaranteed to be executed once, that construct is: Do ... While. In this case consider:

Do

// code
// code

While (the user has not entered 9999)
"What Turing gave us for the first time (and without Turing you just couldn't do any of this) is he gave us a way of thinking about and taking seriously and thinking in a disciplined way about phenomena that have, as I like to say, trillions of moving parts.

Until the late 20th century, nobody knew how to take seriously a machine with a trillion moving parts. It's just mind-boggling." Daniel C. Dennett

AnswerRe: Need help with this Pseudocode Pin
Kornfeld Eliyahu Peter10-Nov-13 19:28
professionalKornfeld Eliyahu Peter10-Nov-13 19:28 
GeneralRe: Need help with this Pseudocode Pin
B-Sho11-Nov-13 8:09
B-Sho11-Nov-13 8:09 
AnswerRe: Need help with this Pseudocode Pin
Richard Andrew x6411-Nov-13 11:56
professionalRichard Andrew x6411-Nov-13 11:56 
GeneralRe: Need help with this Pseudocode Pin
Kornfeld Eliyahu Peter11-Nov-13 19:12
professionalKornfeld Eliyahu Peter11-Nov-13 19:12 
GeneralRe: Need help with this Pseudocode Pin
Richard MacCutchan11-Nov-13 22:35
mveRichard MacCutchan11-Nov-13 22:35 
QuestionAn HTML5 platform to animate algorithms Pin
babakin7-Nov-13 8:31
babakin7-Nov-13 8:31 
GeneralRe: An HTML5 platform to animate algorithms Pin
harold aptroot7-Nov-13 8:44
harold aptroot7-Nov-13 8:44 
GeneralRe: An HTML5 platform to animate algorithms Pin
babakin8-Nov-13 11:11
babakin8-Nov-13 11:11 
GeneralRe: An HTML5 platform to animate algorithms Pin
Kornfeld Eliyahu Peter7-Nov-13 9:20
professionalKornfeld Eliyahu Peter7-Nov-13 9:20 
GeneralRe: An HTML5 platform to animate algorithms Pin
babakin8-Nov-13 11:12
babakin8-Nov-13 11:12 
GeneralRe: An HTML5 platform to animate algorithms Pin
Gopi Kishan Mariyala2-Dec-13 0:09
Gopi Kishan Mariyala2-Dec-13 0:09 
GeneralRe: An HTML5 platform to animate algorithms Pin
babakin3-Dec-13 11:59
babakin3-Dec-13 11:59 
AnswerRe: An HTML5 platform to animate algorithms Pin
Patrice T19-Sep-15 9:24
mvePatrice T19-Sep-15 9:24 
Questionceiling function bitwise operation [Solved] Pin
econy6-Nov-13 8:06
econy6-Nov-13 8:06 
GeneralRe: ceiling function bitwise operation Pin
harold aptroot6-Nov-13 8:57
harold aptroot6-Nov-13 8:57 
GeneralRe: ceiling function bitwise operation Pin
econy11-Nov-13 7:36
econy11-Nov-13 7:36 
GeneralRe: ceiling function bitwise operation [Solved] Pin
harold aptroot7-Nov-13 6:12
harold aptroot7-Nov-13 6: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.