An object-oriented view of backtracking

  • Authors:
  • Robert E. Noonan

  • Affiliations:
  • Dept. of Computer Science, College of Willam and Mary, PO Box 8795, Williamsburg, VA

  • Venue:
  • Proceedings of the thirty-first SIGCSE technical symposium on Computer science education
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we explore Wirth's[11] backtracking algorithm from the perspective of algorithm reuse and separation of concerns. We explore treatment of this problem in object-oriented data structures and algorithms texts. Finally, we present a reusable backtracking (or depth-first search) class.