Click here to Skip to main content
15,914,013 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Computing Binary File Changes Pin
Member 419459316-Apr-08 18:50
Member 419459316-Apr-08 18:50 
GeneralRe: Computing Binary File Changes Pin
Skippums18-Apr-08 6:38
Skippums18-Apr-08 6:38 
GeneralRe: Computing Binary File Changes Pin
Member 419459327-Apr-08 8:25
Member 419459327-Apr-08 8:25 
GeneralRe: Computing Binary File Changes Pin
Skippums27-Apr-08 22:17
Skippums27-Apr-08 22:17 
GeneralRe: Computing Binary File Changes Pin
Member 419459328-Apr-08 15:34
Member 419459328-Apr-08 15:34 
GeneralSegment selected region from the video frames Pin
ptr_Electron12-Mar-08 3:17
ptr_Electron12-Mar-08 3:17 
QuestionAlgorithm performance comparison question Pin
Nick Alexeev8-Mar-08 16:32
professionalNick Alexeev8-Mar-08 16:32 
GeneralRe: Algorithm performance comparison question Pin
Skippums13-Mar-08 5:36
Skippums13-Mar-08 5:36 
None. Unless the runtimes of the two algorithms are different (say, one is T(n) and the other is T(n*n)), you cannot say which is faster in any language or on any processor with certainty. You will need to either (1) find that the two algorithms have different asymptotic run times, or (2) run benchmarks comparing the two algorithms using different languages, processors, and input data. For the second option, at the end of the day all you can claim is that, "On ___ processor with ___ configuration, and ___ input data, using the ___ compiler (or the ___ runtime engine), the relative runtimes of the two algorithms was ___ and ___". Using this information, you can make certain generalizations with a high level of confidence, but unfortunately asymptotically equivalent algorithms cannot be compared with any level of certainty for all systems, or all compiler optimizations. Good luck,

Sounds like somebody's got a case of the Mondays

-Jeff

GeneralWhole Number Ratios Pin
MikeMarq8-Mar-08 11:08
MikeMarq8-Mar-08 11:08 
GeneralRe: Whole Number Ratios Pin
cp98768-Mar-08 11:51
cp98768-Mar-08 11:51 
GeneralTimetable algorithm Pin
Slick697-Mar-08 0:42
Slick697-Mar-08 0:42 
GeneralRe: Timetable algorithm Pin
Paul Conrad7-Mar-08 11:13
professionalPaul Conrad7-Mar-08 11:13 
GeneralRe: Timetable algorithm Pin
Slick6911-Mar-08 1:34
Slick6911-Mar-08 1:34 
GeneralRe: Timetable algorithm Pin
Colin Angus Mackay8-Mar-08 11:23
Colin Angus Mackay8-Mar-08 11:23 
GeneralRe: Timetable algorithm Pin
Dexterus11-Mar-08 4:14
Dexterus11-Mar-08 4:14 
GeneralRe: Timetable algorithm Pin
Dan Neely11-Mar-08 5:41
Dan Neely11-Mar-08 5:41 
GeneralRe: Timetable algorithm Pin
Paul Conrad12-Mar-08 5:36
professionalPaul Conrad12-Mar-08 5:36 
QuestionMath + F# = ? Pin
Bassam Abdul-Baki4-Mar-08 8:23
professionalBassam Abdul-Baki4-Mar-08 8:23 
AnswerRe: Math + F# = ? Pin
Paul Conrad7-Mar-08 11:13
professionalPaul Conrad7-Mar-08 11:13 
GeneralFloyd's Cycle Detection (Linked List) Pin
User 238229224-Feb-08 6:45
User 238229224-Feb-08 6:45 
GeneralRe: Floyd's Cycle Detection (Linked List) Pin
User 238229227-Feb-08 2:43
User 238229227-Feb-08 2:43 
GeneralRe: Floyd's Cycle Detection (Linked List) Pin
Alan Balkany28-Feb-08 4:52
Alan Balkany28-Feb-08 4:52 
GeneralRe: Floyd's Cycle Detection (Linked List) Pin
Luc Pattyn29-Feb-08 10:40
sitebuilderLuc Pattyn29-Feb-08 10:40 
GeneralRe: Floyd's Cycle Detection (Linked List) Pin
Alan Balkany29-Feb-08 10:44
Alan Balkany29-Feb-08 10:44 
GeneralRe: Floyd's Cycle Detection (Linked List) Pin
Luc Pattyn29-Feb-08 10:54
sitebuilderLuc Pattyn29-Feb-08 10:54 

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.