summaryrefslogtreecommitdiffhomepage
path: root/dynamic-programming.html.markdown
diff options
context:
space:
mode:
authorRobert Benjamin <rotberj@gmail.com>2016-11-29 13:51:15 -0800
committerven <vendethiel@hotmail.fr>2016-11-29 22:51:15 +0100
commit52bbc815204f8ea2135c3b63eef20dd6fd9033a8 (patch)
tree51be390c98deff505c0f89823f0709ef25a1d277 /dynamic-programming.html.markdown
parent152fddbd9245c6380f7113eb7639fbf0d1fd1c2c (diff)
Fix minor spacing typo (#2586)
Diffstat (limited to 'dynamic-programming.html.markdown')
-rw-r--r--dynamic-programming.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-programming.html.markdown b/dynamic-programming.html.markdown
index 94be22e9..7df367e7 100644
--- a/dynamic-programming.html.markdown
+++ b/dynamic-programming.html.markdown
@@ -9,7 +9,7 @@ contributors:
## Introduction
-Dynamic Programming is a powerful technique used for solving a particular class of problems as we will see.The idea is very simple, If you have solved a problem with the given input, then save the result for future reference, so as to avoid solving the same problem again.
+Dynamic Programming is a powerful technique used for solving a particular class of problems as we will see. The idea is very simple, If you have solved a problem with the given input, then save the result for future reference, so as to avoid solving the same problem again.
Always remember!
"Those who can't remember the past are condemned to repeat it"