cuadriante / datosII_proyectoII_rent_a_car

0 stars 0 forks source link

Backtracking algorithm only accepts matrix arrays #3

Closed AFR-TEC closed 2 years ago

AFR-TEC commented 2 years ago

the Backtracking algorithm only accepts simple matrix arrays, which are not very friendly when working with a GUI.

AFR-TEC commented 2 years ago

The Backtracking algorithm was edited to accept a new class called Graph, which is a two-dimensional adjacency matrix of pointers.