summaryrefslogtreecommitdiffhomepage
path: root/tr-tr/dynamic-programming-tr.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'tr-tr/dynamic-programming-tr.html.markdown')
-rw-r--r--tr-tr/dynamic-programming-tr.html.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/tr-tr/dynamic-programming-tr.html.markdown b/tr-tr/dynamic-programming-tr.html.markdown
index e6a734a7..07ee46bf 100644
--- a/tr-tr/dynamic-programming-tr.html.markdown
+++ b/tr-tr/dynamic-programming-tr.html.markdown
@@ -41,8 +41,7 @@ for i=0 to n-1
LS[i] = LS[j]+1
for i=0 to n-1
if (largest < LS[i])
-
-```
+```
### Bazı Ünlü Dinamik Programlama Problemleri