Backtracking

I. Introduction

II. Formulation of the Problem of Generating Combinatorial Objects

III. The General Backtracking Algorithm

IV. Implementations for the Eight Applications

I. Introduction

Back to Top

II. Formulation of the Problem of Generating Combinatorial Objects

Back to Top

III. The General Backtracking Algorithm

Back to Top

IV. Implementations for the Eight Applications

The first part of the implementation of each of the eight applications has been done. What remains is to specify a0 and to code Bound. We will do that next for each application. Back to Top