{"id":1178,"date":"2020-05-05T23:28:12","date_gmt":"2020-05-06T06:28:12","guid":{"rendered":"http:\/\/209.126.2.187\/?p=1178"},"modified":"2020-05-05T23:28:12","modified_gmt":"2020-05-06T06:28:12","slug":"dp-in-intervals-break-on-boundaries","status":"publish","type":"post","link":"https:\/\/nanzhou.cc\/index.php\/2020\/05\/05\/dp-in-intervals-break-on-boundaries\/","title":{"rendered":"DP in Intervals (Break on Boundaries)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In this category, given a range <code>alg[i,j]<\/code>, the subproblem is usually reduced to <code>alg[i+1,j]<\/code>, <code>alg[i,j-1]<\/code>, or <code>alg[i+1,j-1]<\/code> according to the properties of boundaries <code>i<\/code> and <code>j<\/code>. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary In this category, given a range alg[i,j], the subproblem is usually reduced to alg[i+1,j], alg[i,j-1], or alg[i+1,j-1] according to the properties of boundaries i and j.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[48,50],"tags":[],"class_list":["post-1178","post","type-post","status-publish","format-standard","hentry","category-alg","category-dp-in-intervals"],"_links":{"self":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts\/1178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/comments?post=1178"}],"version-history":[{"count":2,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts\/1178\/revisions"}],"predecessor-version":[{"id":1180,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts\/1178\/revisions\/1180"}],"wp:attachment":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/media?parent=1178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/categories?post=1178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/tags?post=1178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}