Brute-Force Approach

Yasir
1 min readMay 16, 2020

--

A Algorithm and an approach to Search for particular thing (Short Explanation)

In computer science, brute-force search or exhaustive search, also known as generate and test, is a very general problem-solving technique and algorithmic paradigm that consists of systematically enumerating all possible candidates for the solution and checking whether each candidate satisfies the problem’s statement. ~Wiki says

An Example of Brute-Force Approach

An ScreenShot

Watch the below video : recommended

https://youtu.be/-GyaaC-NbA4

--

--

Yasir
Yasir

Written by Yasir

Exploring Swift, SwiftUI, and Apple Universe.

No responses yet