[algogeeks] Backtracking algorithm for binpacking-like problem

2011-12-02 Thread Ania
Hi, Here is my problem: I have a list of items (only positive integers are allowed) and fixed number of bins of identical capacity. I need to pack items (if possible) so that elements in each bin sum up to given capacity. So far I implemented recursive algorithm but I try to convert my recursive

[algogeeks] Backtracking algorithm

2008-11-04 Thread Luciano Pinheiro
Please, help me people ! I need understand and develop a backtracking algorithm to include into a program and I don't nkow where find these. Someone have any document, or URL to indicate to me ? Sincerely, Luciano Soares Pinheiro Jr. Analista desenvolve