Brute Force
Term side of the Card
Topic: Various
Unit title: Brute Force
Categories: Algorithm
Explanation side of the Card
Explanation: The straightforward algorithm that tests all possible solutions to a problem without optimization. While simple, it can be inefficient for large datasets or complex problems.