mohbadar/packaging-challenge-solution

Creation of AbstractProblemSolver

Opened this issue · 0 comments

  • The class provides a base class for various algorithms implementing the solution to the given problem.
  • It has an abstract method called solve
  • Various algorithms which want to solve the problem can implement this method.