Efficient Algorithm

An efficient algorithm is the one which reduces the computation. 

All the problems can be solved by Bruteforce method or Naive Approach with very long computations. Hence, it is inefficient as the computations are a way too high. 




Comments