diff --git a/guide/english/algorithms/brute-force-algorithms/index.md b/guide/english/algorithms/brute-force-algorithms/index.md index 83422db9b4..79246067c4 100644 --- a/guide/english/algorithms/brute-force-algorithms/index.md +++ b/guide/english/algorithms/brute-force-algorithms/index.md @@ -14,3 +14,5 @@ The time complexity of brute force is O(n*m) . So, if we were to search #### More Information: Wikipedia + +An example from YouTube HERE .