Algorithm Design
Exhaustive algorithms (brute force):
examine every possible alterative to find the solution,
Exhaustive algorithm will always find the global optimum and recognize it too. That being said, it doesn't scale (not even beyond toy data sets) and is there...
mahmudsudo.hashnode.dev4 min read