Click here to Skip to main content
15,893,722 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionWhat's the most popular algorithm for video compression in industry? Pin
followait7-Jun-08 16:55
followait7-Jun-08 16:55 
AnswerRe: What's the most popular algorithm for video compression in industry? Pin
73Zeppelin8-Jun-08 8:47
73Zeppelin8-Jun-08 8:47 
AnswerRe: What's the most popular algorithm for video compression in industry? Pin
Tolga Birdal25-Oct-08 7:06
Tolga Birdal25-Oct-08 7:06 
QuestionBest Fit Algo. Pin
deezZ6-Jun-08 19:06
deezZ6-Jun-08 19:06 
AnswerRe: Best Fit Algo. Pin
73Zeppelin8-Jun-08 8:42
73Zeppelin8-Jun-08 8:42 
AnswerRe: Best Fit Algo. Pin
cp98768-Jun-08 11:45
cp98768-Jun-08 11:45 
AnswerRe: Best Fit Algo. Pin
Mark Churchill9-Jun-08 18:44
Mark Churchill9-Jun-08 18:44 
AnswerRe: Best Fit Algo. Pin
Tadeusz Westawic12-Jun-08 18:41
Tadeusz Westawic12-Jun-08 18:41 
Hello,

Best Fit problem as applies to computer science involves variable size storage blocks as well as variable size data to be put into the storage blocks notably without combining data chunks before storage (see Knuth, Vol. I).

What you have described is the timeworn knapsack problem, aka circus train problem. Simply stated: What is the packaging arrangement of a fixed set of variably sized objects into uniform size containers that fills the fewest containers?

Problem size will be a considerable obstacle here. Consider unfavorable size distributions in your set of variables that yield many size combinations to be generated, tested, and compared with the previous-best combination. And how many possible combinations of these combinations are possible?

Anyway, I think you should postulate some modest inputs and do some pencil scratch before hunting down code or algorithm.

Tadeusz Westawic

An ounce of Clever is worth a pound of Experience.

QuestionCollision Detection Pin
AliN13626-Jun-08 5:36
AliN13626-Jun-08 5:36 
AnswerRe: Collision Detection [modified] PinPopular
73Zeppelin6-Jun-08 6:47
73Zeppelin6-Jun-08 6:47 
AnswerRe: Collision Detection Pin
Arash Partow6-Jun-08 10:59
Arash Partow6-Jun-08 10:59 
AnswerRe: Collision Detection Pin
Mark Churchill9-Jun-08 18:43
Mark Churchill9-Jun-08 18:43 
AnswerRe: Collision Detection Pin
Tadeusz Westawic12-Jun-08 20:00
Tadeusz Westawic12-Jun-08 20:00 
GeneralRe: Collision Detection Pin
Tadeusz Westawic13-Jun-08 3:35
Tadeusz Westawic13-Jun-08 3:35 
QuestionMultidimensional Logic? Pin
Leslie Sanford5-Jun-08 7:23
Leslie Sanford5-Jun-08 7:23 
AnswerRe: Multidimensional Logic? Pin
PIEBALDconsult5-Jun-08 8:12
mvePIEBALDconsult5-Jun-08 8:12 
QuestionMercator distance Pin
michela4-Jun-08 22:12
michela4-Jun-08 22:12 
AnswerRe: Mercator distance Pin
Arash Partow5-Jun-08 1:41
Arash Partow5-Jun-08 1:41 
AnswerRe: Mercator distance Pin
73Zeppelin5-Jun-08 4:54
73Zeppelin5-Jun-08 4:54 
GeneralRe: Mercator distance Pin
MarkB7775-Jun-08 22:05
MarkB7775-Jun-08 22:05 
GeneralRe: Mercator distance Pin
michela6-Jun-08 0:59
michela6-Jun-08 0:59 
GeneralRe: Mercator distance [modified] Pin
73Zeppelin6-Jun-08 2:22
73Zeppelin6-Jun-08 2:22 
GeneralRe: Mercator distance Pin
michela6-Jun-08 2:56
michela6-Jun-08 2:56 
GeneralRe: Mercator distance Pin
73Zeppelin6-Jun-08 3:27
73Zeppelin6-Jun-08 3:27 
QuestionWorth its Salt? Pin
Brady Kelly3-Jun-08 4:48
Brady Kelly3-Jun-08 4:48 

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.