Click here to Skip to main content
15,886,678 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Datagap finder Pin
Gerry Schmitz7-Nov-17 12:21
mveGerry Schmitz7-Nov-17 12:21 
QuestionPrefix sum: GenomicRangeQuery Pin
Yugo Amaryl5-Nov-17 23:20
Yugo Amaryl5-Nov-17 23:20 
AnswerRe: Prefix sum: GenomicRangeQuery Pin
Gerry Schmitz6-Nov-17 6:08
mveGerry Schmitz6-Nov-17 6:08 
AnswerRe: Prefix sum: GenomicRangeQuery Pin
honey the codewitch17-Jan-18 17:02
mvahoney the codewitch17-Jan-18 17:02 
Questionfind largest number of pages i can buy from a list of books within a certain budget. Pin
Member 135013603-Nov-17 1:16
Member 135013603-Nov-17 1:16 
AnswerRe: find largest number of pages i can buy from a list of books within a certain budget. Pin
OriginalGriff3-Nov-17 1:19
mveOriginalGriff3-Nov-17 1:19 
GeneralRe: find largest number of pages i can buy from a list of books within a certain budget. Pin
Member 135013603-Nov-17 1:56
Member 135013603-Nov-17 1:56 
AnswerRe: find largest number of pages i can buy from a list of books within a certain budget. Pin
Ralf Meier3-Nov-17 2:08
mveRalf Meier3-Nov-17 2:08 
You at first have to think about what is important for you :
- a special order
- lowest rest money
- maximum count of books
Dependent on this selection you would build different List's.
To be able to decide which List could be the best you must build different Sub-Lists - example :
- you have 100 € and you could buy Book 1 (40 €), Book 2 (35 €), Book 3 (45 €), Book 4 (20 €)
- now one List could be Book 1,2,4 - another one could be Book 2,3,4 - or Book 1,3 ...
Now ... which List contains the best results for you ?
GeneralRe: find largest number of pages i can buy from a list of books within a certain budget. Pin
Member 135013603-Nov-17 2:15
Member 135013603-Nov-17 2:15 
QuestionWhat is the best search strategy? Pin
daxue2-Nov-17 18:07
daxue2-Nov-17 18:07 
QuestionLoad balancing with 3 factors Pin
LabVIEWstuff1-Nov-17 4:58
LabVIEWstuff1-Nov-17 4:58 
AnswerRe: Load balancing with 3 factors Pin
Afzaal Ahmad Zeeshan1-Nov-17 5:36
professionalAfzaal Ahmad Zeeshan1-Nov-17 5:36 
GeneralRe: Load balancing with 3 factors Pin
LabVIEWstuff3-Nov-17 1:45
LabVIEWstuff3-Nov-17 1:45 
GeneralRe: Load balancing with 3 factors Pin
Afzaal Ahmad Zeeshan3-Nov-17 1:55
professionalAfzaal Ahmad Zeeshan3-Nov-17 1:55 
AnswerRe: Load balancing with 3 factors Pin
Gerry Schmitz1-Nov-17 5:37
mveGerry Schmitz1-Nov-17 5:37 
GeneralRe: Load balancing with 3 factors Pin
LabVIEWstuff3-Nov-17 1:38
LabVIEWstuff3-Nov-17 1:38 
QuestionCodility: I can't be the only one Pin
Yugo Amaryl31-Oct-17 6:31
Yugo Amaryl31-Oct-17 6:31 
AnswerRe: Codility: I can't be the only one Pin
Gerry Schmitz31-Oct-17 12:29
mveGerry Schmitz31-Oct-17 12:29 
GeneralRe: Codility: I can't be the only one Pin
Peter_in_278031-Oct-17 13:04
professionalPeter_in_278031-Oct-17 13:04 
GeneralRe: Codility: I can't be the only one Pin
Yugo Amaryl5-Nov-17 23:23
Yugo Amaryl5-Nov-17 23:23 
QuestionGrading based on graphical data Pin
Joe Rutsky30-Oct-17 5:11
Joe Rutsky30-Oct-17 5:11 
AnswerRe: Grading based on graphical data Pin
Gerry Schmitz31-Oct-17 12:36
mveGerry Schmitz31-Oct-17 12:36 
AnswerRe: Grading based on graphical data Pin
Mycroft Holmes31-Oct-17 14:17
professionalMycroft Holmes31-Oct-17 14:17 
QuestionConstrained minimization problem Pin
sthor6925-Oct-17 22:37
sthor6925-Oct-17 22:37 
AnswerRe: Constrained minimization problem Pin
Richard MacCutchan26-Oct-17 0:09
mveRichard MacCutchan26-Oct-17 0:09 

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.