mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
Fix minor spacing typo (#2586)
This commit is contained in:
parent
152fddbd92
commit
52bbc81520
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user