Click here to Skip to main content
15,896,726 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Shortest Path on Unweighted Edges Pin
BupeChombaDerrick25-Jun-12 14:56
BupeChombaDerrick25-Jun-12 14:56 
GeneralRe: Shortest Path on Unweighted Edges Pin
Tadeusz Westawic9-Jul-12 5:00
Tadeusz Westawic9-Jul-12 5:00 
QuestionColor mixing algorithm Pin
Kobi_Z14-Jun-12 5:03
Kobi_Z14-Jun-12 5:03 
AnswerRe: Color mixing algorithm - Repost Pin
Richard MacCutchan14-Jun-12 5:38
mveRichard MacCutchan14-Jun-12 5:38 
GeneralRe: Color mixing algorithm - Repost Pin
Kobi_Z14-Jun-12 7:09
Kobi_Z14-Jun-12 7:09 
QuestionRe: Color mixing algorithm Pin
BupeChombaDerrick16-Jun-12 13:14
BupeChombaDerrick16-Jun-12 13:14 
AnswerRe: Color mixing algorithm Pin
Kobi_Z17-Jun-12 7:41
Kobi_Z17-Jun-12 7:41 
GeneralRe: Color mixing algorithm Pin
BupeChombaDerrick17-Jun-12 13:50
BupeChombaDerrick17-Jun-12 13:50 
Okay so in your riddle the colors are mixed in 0.9 and 0.1 proportions where the main color gets 0.9 and the next color gets 0.1?

Perhaps you would have said the formula

new_color = floor(a*X) + floor(b*Y)

where a,b are variable proportions such that a + b = 1. Mathematically correct, in your case a = 0.9 ,b = 0.1. My question is why 0.9 and 0.1,is it how it is? or 0.9 and 0.1 proportions are just for illustration purposes? Smile | :) I want to fully understand the riddle before i think of a solution, i'am not trying to be difficult. Laugh | :laugh:
“Be at war with your vices, at peace with your neighbors, and let every new year find you a better man or woman.”

GeneralRe: Color mixing algorithm Pin
Kobi_Z12-Jul-12 21:14
Kobi_Z12-Jul-12 21:14 
GeneralRe: Color mixing algorithm Pin
BupeChombaDerrick17-Jun-12 14:22
BupeChombaDerrick17-Jun-12 14:22 
GeneralRe: Color mixing algorithm Pin
Kobi_Z12-Jul-12 21:15
Kobi_Z12-Jul-12 21:15 
AnswerRe: Color mixing algorithm Pin
Luc Pattyn17-Jun-12 8:05
sitebuilderLuc Pattyn17-Jun-12 8:05 
GeneralRe: Color mixing algorithm Pin
Kobi_Z17-Jun-12 9:05
Kobi_Z17-Jun-12 9:05 
GeneralRe: Color mixing algorithm Pin
Luc Pattyn17-Jun-12 9:10
sitebuilderLuc Pattyn17-Jun-12 9:10 
GeneralRe: Color mixing algorithm Pin
BupeChombaDerrick17-Jun-12 13:43
BupeChombaDerrick17-Jun-12 13:43 
GeneralRe: Color mixing algorithm Pin
Kobi_Z26-Jun-12 7:12
Kobi_Z26-Jun-12 7:12 
GeneralRe: Color mixing algorithm Pin
BupeChombaDerrick26-Jun-12 14:22
BupeChombaDerrick26-Jun-12 14:22 
AnswerRe: Color mixing algorithm Pin
YvesDaoust18-Jun-12 20:50
YvesDaoust18-Jun-12 20:50 
QuestionAND/OR Graph Search Pin
chipchip_boy25-May-12 21:20
chipchip_boy25-May-12 21:20 
AnswerRe: AND/OR Graph Search PinPopular
Richard MacCutchan25-May-12 23:02
mveRichard MacCutchan25-May-12 23:02 
AnswerRe: AND/OR Graph Search Pin
Amarnath S3-Jun-12 21:48
professionalAmarnath S3-Jun-12 21:48 
Questionalgorithms Pin
gunjan adhikari29-Apr-12 3:21
gunjan adhikari29-Apr-12 3:21 
AnswerRe: algorithms PinPopular
Richard MacCutchan29-Apr-12 4:46
mveRichard MacCutchan29-Apr-12 4:46 
GeneralRe: algorithms Pin
BupeChombaDerrick29-Apr-12 11:58
BupeChombaDerrick29-Apr-12 11:58 
GeneralRe: algorithms Pin
Richard MacCutchan25-May-12 0:56
mveRichard MacCutchan25-May-12 0:56 

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.