Click here to Skip to main content
15,899,026 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Graphical Object drawing algorithms Pin
Monty29-Jun-08 21:02
Monty29-Jun-08 21:02 
GeneralRe: Graphical Object drawing algorithms Pin
Tim Craig9-Jun-08 21:15
Tim Craig9-Jun-08 21:15 
GeneralRe: Graphical Object drawing algorithms Pin
Monty29-Jun-08 22:17
Monty29-Jun-08 22:17 
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 
The best fit is a rather lengthy algorithm to implement. I would try sorting in descending order before trying to assign bins. Then you'll have to loop through all the bins and assign as appropriate. You also have the possibility of increasing the numbers of bins. Assign elements to the bin that is most full that can accomodate your element. At this point you can increase the number of bins if you like. Continue in this manner....
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 
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 

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.