If you go through all possible solutions, the required algorithm is _____?

If you go through all possible solutions, the required algorithm is _____?

اگر آپ ہر ممکن حل سے گزرتے ہیں تو ، مطلوبہ الگورتھم _____ ہے؟
Explanation

A Brute Force Algorithm tries all possible solutions until it finds the correct one.

It is a straightforward but often time-consuming approach to problem-solving.