Backtracking algorithm of dynamic state space tree
Pingzhang Gou
Abstract
Pingzhang Gou
Abstract
The knapsack problem and 0-1 knapsack problem are introduced,the backtracking algorithm(one of the basic methods of the computer algorithm design) and the concept of state space are described,a backtracking algorithm based on dynamic state space tree which is useful for resolving linear programming is proposed.Take 0-1 knapsack problem for example,in contrast to static state space tree algorithm,the new algorithm spends less times and it helps to extend the application of backtracking algorithm.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The knapsack problem and 0-1 knapsack problem are introduced,the backtracking algorithm(one of the basic methods of the computer algorithm design) and the concept of state space are described,a backtracking algorithm based on dynamic state space tree which is useful for resolving linear programming is proposed.Take 0-1 knapsack problem for example,in contrast to static state space tree algorithm,the new algorithm spends less times and it helps to extend the application of backtracking algorithm.
Key concepts: Backtracking, Knapsack problem, Computer science, Algorithm, State space, Tree (set theory), State (computer science), Continuous knapsack problem