Click here to Skip to main content
16,014,882 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Two become one... Pin
Kevnar8-Dec-06 15:36
Kevnar8-Dec-06 15:36 
GeneralRe: Two become one... Pin
Luc Pattyn9-Dec-06 2:30
sitebuilderLuc Pattyn9-Dec-06 2:30 
AnswerRe: Two become one... Pin
#1238-Dec-06 14:25
#1238-Dec-06 14:25 
GeneralRe: Two become one... Pin
Kevnar8-Dec-06 15:38
Kevnar8-Dec-06 15:38 
GeneralRe: Two become one... Pin
#1238-Dec-06 16:22
#1238-Dec-06 16:22 
AnswerRe: Two become one... Pin
Bassam Abdul-Baki8-Dec-06 17:00
professionalBassam Abdul-Baki8-Dec-06 17:00 
GeneralRe: Two become one... Pin
Kevnar8-Dec-06 17:28
Kevnar8-Dec-06 17:28 
GeneralRe: Two become one... Pin
Bassam Abdul-Baki9-Dec-06 15:36
professionalBassam Abdul-Baki9-Dec-06 15:36 
Assume you have two three-digit numbers: [0-9][0-9][0-9] each. Then there are 10^3 combinations for each, including 000. Thus, there are 10^6 combinations for both, which you're trying to map back into one unique 3-digit number which can only have 10^3 combinations. In mathematical terms, you're trying to map n^2 numbers to n numbers uniquely, which is impossible.


There are II kinds of people in the world, those who understand binary and those who understand Roman numerals. Web - Blog - RSS - Math

AnswerRe: Two become one... Pin
Michael Dunn8-Dec-06 19:58
sitebuilderMichael Dunn8-Dec-06 19:58 
GeneralRe: Two become one... Pin
Kevnar9-Dec-06 2:21
Kevnar9-Dec-06 2:21 
GeneralRe: Two become one... Pin
Michael Dunn9-Dec-06 15:57
sitebuilderMichael Dunn9-Dec-06 15:57 
GeneralRe: Two become one... Pin
Kevnar9-Dec-06 16:20
Kevnar9-Dec-06 16:20 
AnswerRe: Two become one... Pin
Chris Maunder10-Dec-06 9:55
cofounderChris Maunder10-Dec-06 9:55 
GeneralRe: Two become one... Pin
Kevnar10-Dec-06 10:13
Kevnar10-Dec-06 10:13 
GeneralRe: Two become one... Pin
Chris Maunder10-Dec-06 10:52
cofounderChris Maunder10-Dec-06 10:52 
GeneralRe: Two become one... Pin
Kevnar10-Dec-06 17:06
Kevnar10-Dec-06 17:06 
AnswerRe: Two become one... Pin
PIEBALDconsult24-Jan-07 4:11
mvePIEBALDconsult24-Jan-07 4:11 
AnswerRe: Two become one... Pin
Rilhas30-Jan-07 13:32
Rilhas30-Jan-07 13:32 
GeneralRe: Two become one... Pin
Kevnar30-Jan-07 14:39
Kevnar30-Jan-07 14:39 
GeneralRe: Two become one... Pin
Rilhas31-Jan-07 14:26
Rilhas31-Jan-07 14:26 
GeneralRe: Two become one... Pin
Kevnar31-Jan-07 18:17
Kevnar31-Jan-07 18:17 
QuestionGENETIC ALGORITHM FOR BUS ROUTE NETWORK DESIGN, help me Pin
DHIRAJ SHETI7-Dec-06 17:57
DHIRAJ SHETI7-Dec-06 17:57 
AnswerRe: GENETIC ALGORITHM FOR BUS ROUTE NETWORK DESIGN, help me Pin
karam chandrabose8-Dec-06 5:35
karam chandrabose8-Dec-06 5:35 
GeneralRe: GENETIC ALGORITHM FOR BUS ROUTE NETWORK DESIGN, help me Pin
dead_link8-Dec-06 8:37
dead_link8-Dec-06 8:37 
GeneralRe: GENETIC ALGORITHM FOR BUS ROUTE NETWORK DESIGN, help me Pin
Dan Neely8-Dec-06 9:16
Dan Neely8-Dec-06 9:16 

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.