Click here to Skip to main content
15,909,897 members
Home / Discussions / Algorithms
   

Algorithms

 
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 
About Floyd's Cycle Detection,
It can only "detect" a loop in a Linked List right?
it can't tell where the loop exists...

The Only Solution i got to "fix Loops" in Linked list is O(n^2)
(involves creating a newlist, nodes are added if searching them in the new list fails...if node is found then adding prcedure stops..)

is there anything more effiecient?

Also Can Someone explain Brent's Algorithm (wiki confused me) Dead | X|



modified 20-Oct-19 21:02pm.

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 
GeneralRe: Floyd's Cycle Detection (Linked List) Pin
User 238229229-Feb-08 20:25
User 238229229-Feb-08 20:25 
GeneralRe: Floyd's Cycle Detection (Linked List) Pin
Luc Pattyn1-Mar-08 0:43
sitebuilderLuc Pattyn1-Mar-08 0:43 
GeneralMaths Homework - My boys (not mine - honest!!) [modified] Pin
Malcolm Smart24-Feb-08 2:18
Malcolm Smart24-Feb-08 2:18 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Giorgi Dalakishvili24-Feb-08 3:48
mentorGiorgi Dalakishvili24-Feb-08 3:48 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 4:58
sitebuilderLuc Pattyn24-Feb-08 4:58 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Malcolm Smart24-Feb-08 5:34
Malcolm Smart24-Feb-08 5:34 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 5:45
sitebuilderLuc Pattyn24-Feb-08 5:45 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Malcolm Smart24-Feb-08 6:49
Malcolm Smart24-Feb-08 6:49 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 6:52
sitebuilderLuc Pattyn24-Feb-08 6:52 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Malcolm Smart24-Feb-08 7:07
Malcolm Smart24-Feb-08 7:07 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
Luc Pattyn24-Feb-08 7:19
sitebuilderLuc Pattyn24-Feb-08 7:19 
GeneralRe: Maths Homework - My boys (not mine - honest!!) Pin
kinar12-Mar-08 19:43
kinar12-Mar-08 19:43 

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.