From 01b4fe6b26120d4aaf58f0b8402e3a35c5f99c20 Mon Sep 17 00:00:00 2001
From: ar03 <34195549+ar03@users.noreply.github.com>
Date: Wed, 31 Oct 2018 15:46:25 -0500
Subject: [PATCH] Added a YouTube example of Brute Force (#31488)
---
guide/english/algorithms/brute-force-algorithms/index.md | 2 ++
1 file changed, 2 insertions(+)
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 .