Package topics.backtracking.times


package topics.backtracking.times
Execution-time benchmarks for backtracking algorithms.

Classes in this package measure and compare the running times of the backtracking implementations under different input sizes, providing empirical evidence to complement their theoretical complexity analyses.

Classes in This Package

  • Classes
    Class
    Description
    BACKTRACKING PROBLEM: THE PROBLEM OF ASSIGNING N TASK TO AGENTS This program can solve the problem using a backtracking algorithm
    BACKTRACKING PROBLEM: PERMUTATIONS OF N ELEMENTS This program calculates times to generate the permutations of n elements.