Title: 【0097_Week08】学习总结 · Issue #1271 · algorithm005-class02/algorithm005-class02 · GitHub
Open Graph Title: 【0097_Week08】学习总结 · Issue #1271 · algorithm005-class02/algorithm005-class02
X Title: 【0097_Week08】学习总结 · Issue #1271 · algorithm005-class02/algorithm005-class02
Description: 动态规划(动态递推) 将复杂问题拆分为多个子问题 分治+最优子结构 顺推:动态递推 DP顺推模板 function dp(){ dp = [][] #二维情况 for(int i = 0;i Open Graph Description: 动态规划(动态递推) 将复杂问题拆分为多个子问题 分治+最优子结构 顺推:动态递推 DP顺推模板 function dp(){ dp = [][] #二维情况 for(int i = 0;i X Description: 动态规划(动态递推) 将复杂问题拆分为多个子问题 分治+最优子结构 顺推:动态递推 DP顺推模板 function dp(){ dp = [][] #二维情况 for(int i = 0;i<M;i++){ for(int j = 0;j<N;j++){ dp[i][j] = _function(dp[i'][j']]) } } retrun dp[M][N] }...
Opengraph URL: https://github.com/algorithm005-class02/algorithm005-class02/issues/1271
X: @github
Domain: patch-diff.githubusercontent.com
Links:
Viewport: width=device-width
Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"【0097_Week08】学习总结","articleBody":"动态规划(动态递推)\r\n\r\n1. 将复杂问题拆分为多个子问题\r\n2. 分治+最优子结构\r\n3. 顺推:动态递推\r\n\r\nDP顺推模板\r\n```\r\nfunction dp(){\r\n dp = [][] #二维情况\r\n \r\n for(int i = 0;i\u003cM;i++){\r\n for(int j = 0;j\u003cN;j++){\r\n dp[i][j] = _function(dp[i'][j']])\r\n }\r\n }\r\n retrun dp[M][N]\r\n}\r\n```\r\n\r\n\r\n关键点:\r\n动态规划和递推或者分支没哟根本上的区别(关键看有无最优的子结构)\r\n拥有共性:找到重复子问题\r\n\r\n不同路径2的PD方程\r\n`grid[i][j] = getPath(obstacleGrid, grid, m, n, i + 1, j) + getPath(obstacleGrid, grid, m, n, i, j + 1);`\r\n\r\n","author":{"url":"https://github.com/JiangJiang77","@type":"Person","name":"JiangJiang77"},"datePublished":"2020-03-01T09:36:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1271/algorithm005-class02/issues/1271"}
route-pattern /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) route-controller voltron_issues_fragments route-action issue_layout fetch-nonce v2:6f48b0d9-5a0a-2a48-0bd5-945c40aa4048 current-catalog-service-hash 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 request-id D480:158E36:3BD6340:50AE9BB:69708284 html-safe-nonce 3b86d26fb09ddf79c853aec1bcd1a55c4f2b5c911a3aea0f5346a5d40cf10d2d visitor-payload eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDgwOjE1OEUzNjozQkQ2MzQwOjUwQUU5QkI6Njk3MDgyODQiLCJ2aXNpdG9yX2lkIjoiMjQ1MjQwODM3NDgyMTY4Mzg0NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 visitor-hmac 0818dd2fd4ba033952a7099be396e1d059fae3ac3d29f383fc897197e9ea4992 hovercard-subject-tag issue:573515130 github-keyboard-shortcuts repository,issues,copilot google-site-verification Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I octolytics-url https://collector.github.com/github/collect analytics-location / fb:app_id 1401488693436528 apple-itunes-app app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/algorithm005-class02/algorithm005-class02/1271/issue_layout twitter:image https://opengraph.githubassets.com/595710540d11ea783486d871441fa14514a34a8719a9b209006f0093b8cb72d0/algorithm005-class02/algorithm005-class02/issues/1271 twitter:card summary_large_image og:image https://opengraph.githubassets.com/595710540d11ea783486d871441fa14514a34a8719a9b209006f0093b8cb72d0/algorithm005-class02/algorithm005-class02/issues/1271 og:image:alt 动态规划(动态递推) 将复杂问题拆分为多个子问题 分治+最优子结构 顺推:动态递推 DP顺推模板 function dp(){ dp = [][] #二维情况 for(int i = 0;i og:image:width 1200 og:image:height 600 og:site_name GitHub og:type object og:author:username JiangJiang77 hostname github.com expected-hostname github.com None 9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2 turbo-cache-control no-preview go-import github.com/algorithm005-class02/algorithm005-class02 git https://github.com/algorithm005-class02/algorithm005-class02.git octolytics-dimension-user_id 58394351 octolytics-dimension-user_login algorithm005-class02 octolytics-dimension-repository_id 225177649 octolytics-dimension-repository_nwo algorithm005-class02/algorithm005-class02 octolytics-dimension-repository_public true octolytics-dimension-repository_is_fork false octolytics-dimension-repository_network_root_id 225177649 octolytics-dimension-repository_network_root_nwo algorithm005-class02/algorithm005-class02 turbo-body-classes logged-out env-production page-responsive disable-turbo false browser-stats-url https://api.github.com/_private/browser/stats browser-errors-url https://api.github.com/_private/browser/errors release 7d6181066430cc06553c8396ca201e194ae33cb9 ui-target full theme-color #1e2327 color-scheme light dark
URLs of crawlers that visited me.