Click here to Skip to main content
15,885,980 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Hi There is a function in PhotoShop Color match! Pin
mikemar29-Oct-11 7:07
mikemar29-Oct-11 7:07 
GeneralRe: Hi There is a function in PhotoShop Color match! Pin
shengcheng_jin30-Oct-11 19:36
shengcheng_jin30-Oct-11 19:36 
GeneralRe: Hi There is a function in PhotoShop Color match! Pin
shengcheng_jin10-Nov-11 20:57
shengcheng_jin10-Nov-11 20:57 
AnswerRe: Hi There is a function in PhotoShop Color match! Pin
Richard MacCutchan29-Oct-11 7:16
mveRichard MacCutchan29-Oct-11 7:16 
GeneralRe: Hi There is a function in PhotoShop Color match! Pin
shengcheng_jin30-Oct-11 19:37
shengcheng_jin30-Oct-11 19:37 
GeneralRe: Hi There is a function in PhotoShop Color match! Pin
the north face15-Nov-11 15:57
the north face15-Nov-11 15:57 
QuestionLevenshtein Distance Pin
PIEBALDconsult14-Oct-11 6:05
mvePIEBALDconsult14-Oct-11 6:05 
AnswerRe: Levenshtein Distance Pin
TheGreatAndPowerfulOz18-Oct-11 12:44
TheGreatAndPowerfulOz18-Oct-11 12:44 
You could try the idea of sparse arrays. A sparse array is an array that has a default value for a given element unless it's been set. The setting of the element actually allocates space for that "slot".

So, the underlying implementation of the "array" may be a dictionary or hashtable where the index is the key to the element. If the element doesn't "exist" then the default value is returned.

Capiche?
If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering” - Wernher von Braun

GeneralRe: Levenshtein Distance Pin
PIEBALDconsult19-Oct-11 6:27
mvePIEBALDconsult19-Oct-11 6:27 
AnswerRe: Levenshtein Distance Pin
Luc Pattyn18-Oct-11 14:08
sitebuilderLuc Pattyn18-Oct-11 14:08 
AnswerRe: Levenshtein Distance Pin
Luc Pattyn18-Oct-11 17:23
sitebuilderLuc Pattyn18-Oct-11 17:23 
GeneralRe: Levenshtein Distance Pin
PIEBALDconsult18-Oct-11 17:54
mvePIEBALDconsult18-Oct-11 17:54 
AnswerRe: Levenshtein Distance Pin
Luc Pattyn19-Oct-11 0:31
sitebuilderLuc Pattyn19-Oct-11 0:31 
GeneralRe: Levenshtein Distance Pin
PIEBALDconsult19-Oct-11 2:40
mvePIEBALDconsult19-Oct-11 2:40 
AnswerRe: Levenshtein Distance Pin
Luc Pattyn19-Oct-11 3:01
sitebuilderLuc Pattyn19-Oct-11 3:01 
GeneralRe: Levenshtein Distance Pin
PIEBALDconsult19-Oct-11 3:16
mvePIEBALDconsult19-Oct-11 3:16 
AnswerRe: Levenshtein Distance Pin
Luc Pattyn19-Oct-11 3:51
sitebuilderLuc Pattyn19-Oct-11 3:51 
AnswerRe: Levenshtein Distance Pin
TheGreatAndPowerfulOz19-Oct-11 4:58
TheGreatAndPowerfulOz19-Oct-11 4:58 
GeneralRe: Levenshtein Distance Pin
PIEBALDconsult19-Oct-11 6:24
mvePIEBALDconsult19-Oct-11 6:24 
AnswerRe: Levenshtein Distance Pin
YvesDaoust19-Oct-11 3:31
YvesDaoust19-Oct-11 3:31 
AnswerRe: Levenshtein Distance Pin
Luc Pattyn19-Oct-11 3:49
sitebuilderLuc Pattyn19-Oct-11 3:49 
GeneralRe: Levenshtein Distance Pin
YvesDaoust19-Oct-11 4:06
YvesDaoust19-Oct-11 4:06 
GeneralRe: Levenshtein Distance Pin
Luc Pattyn19-Oct-11 4:16
sitebuilderLuc Pattyn19-Oct-11 4:16 
GeneralRe: Levenshtein Distance Pin
YvesDaoust19-Oct-11 4:27
YvesDaoust19-Oct-11 4:27 
GeneralRe: Levenshtein Distance Pin
PIEBALDconsult19-Oct-11 6:26
mvePIEBALDconsult19-Oct-11 6:26 

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.