René's URL Explorer Experiment


Title: 算法训练营第四周作业 · Issue #509 · algorithm001/algorithm · GitHub

Open Graph Title: 算法训练营第四周作业 · Issue #509 · algorithm001/algorithm

X Title: 算法训练营第四周作业 · Issue #509 · algorithm001/algorithm

Description: 本周重点学习知识点 Trie树、AC自动机、贪心算法、分治算法、回溯算法、动态规划 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; 有的题目可能需要结合多个算法或数据结构进行求解。 第四周题目 Trie树 简单:https://leetcode-c...

Open Graph Description: 本周重点学习知识点 Trie树、AC自动机、贪心算法、分治算法、回溯算法、动态规划 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; 有的题目可能需要结合多个算法或数据结...

X Description: 本周重点学习知识点 Trie树、AC自动机、贪心算法、分治算法、回溯算法、动态规划 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; 有的题目可能需要结合多个算法或数据结...

Opengraph URL: https://github.com/algorithm001/algorithm/issues/509

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"算法训练营第四周作业","articleBody":"# 本周重点学习知识点\r\n\r\nTrie树、AC自动机、贪心算法、分治算法、回溯算法、动态规划\r\n\r\n# 要求\r\n\r\n1. 每周至少完成给定题目中的两道算法题\r\n2. 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限)\r\n\r\n# 注意事项\r\n\r\n1. 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习;\r\n2. 有的题目可能需要结合多个算法或数据结构进行求解。\r\n\r\n# 第四周题目\r\n\r\n## Trie树\r\n\r\n简单:https://leetcode-cn.com/problems/longest-word-in-dictionary/\r\n中等:https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/\r\n困难:https://leetcode-cn.com/problems/word-search-ii/\r\n\r\n## 分治算法\r\n\r\n简单:https://leetcode-cn.com/problems/majority-element/\r\n中等:https://leetcode-cn.com/problems/different-ways-to-add-parentheses/\r\n困难:https://leetcode-cn.com/problems/burst-balloons/\r\n\r\n## 贪心算法\r\n\r\n简单:https://leetcode-cn.com/problems/assign-cookies/\r\n中等:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/\r\n困难:https://leetcode-cn.com/problems/ipo/\r\n\r\n## 回溯算法\r\n\r\n简单:https://leetcode-cn.com/problems/letter-case-permutation/\r\n中等:https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/\r\n困难:https://leetcode-cn.com/problems/n-queens/\r\n\r\n## 动态规划\r\n\r\n简单:https://leetcode-cn.com/problems/min-cost-climbing-stairs/\r\n中等:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/\r\n困难:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iv/\r\n困难:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii/\r\n困难:https://leetcode-cn.com/problems/edit-distance/\r\n\r\n# 作业提交规则\r\n\r\n1. 在提交作业之前,请先阅读这里的 README 文档:https://github.com/algorithm001/algorithm/blob/master/README.md\r\n2. 然后在此 Issues 下按照如下格式回复:\r\n\r\n\u003e 1. 学号 + GitHub Username\r\n\u003e 2. 作业代码的 GitHub 链接(填写自己仓库下对应的作业链接即可,同时记得给本仓库提交 pull request)\r\n\u003e 3. 发表自己本周的学习感言  issues,并提交链接,issues 标题格式:“【学号后三位-week4】+文章标题”,格式参考:https://github.com/algorithm001/algorithm/issues/9","author":{"url":"https://github.com/GeekUniversity","@type":"Person","name":"GeekUniversity"},"datePublished":"2019-05-04T10:11:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":173},"url":"https://github.com/509/algorithm/issues/509"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:48e4dd79-5b74-2f88-8e23-6e9185831f55
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id87F0:37ADE8:CE51CC:116F582:696AC44C
html-safe-nonce558a61b7074133cc609e32824009ecc57f2ab59efa4b3107d0757cbf53f25f68
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4N0YwOjM3QURFODpDRTUxQ0M6MTE2RjU4Mjo2OTZBQzQ0QyIsInZpc2l0b3JfaWQiOiI0NDA1MjMwMzYxMDcxMjQwMjY4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac06f4f4796be36b66baeeb9fb2f3a4532cdb87d73399e99891ad8bc1a30fb3db3
hovercard-subject-tagissue:440307420
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/algorithm001/algorithm/509/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b05c72ebf6078533ec29cf9b2cf1fc03c0e624d3215bbb65117a4811e949d71a/algorithm001/algorithm/issues/509
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b05c72ebf6078533ec29cf9b2cf1fc03c0e624d3215bbb65117a4811e949d71a/algorithm001/algorithm/issues/509
og:image:alt本周重点学习知识点 Trie树、AC自动机、贪心算法、分治算法、回溯算法、动态规划 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; 有的题目可能需要结合多个算法或数据结...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameGeekUniversity
hostnamegithub.com
expected-hostnamegithub.com
None986b6a1d774985095564e64d6963d11f094da3d0e2bfda2ab1a27d63662eb033
turbo-cache-controlno-preview
go-importgithub.com/algorithm001/algorithm git https://github.com/algorithm001/algorithm.git
octolytics-dimension-user_id48949210
octolytics-dimension-user_loginalgorithm001
octolytics-dimension-repository_id177770836
octolytics-dimension-repository_nwoalgorithm001/algorithm
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id177770836
octolytics-dimension-repository_network_root_nwoalgorithm001/algorithm
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release89ad2112b9c4e11df6a0c13c8c1f8eedd36b0977
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/algorithm001/algorithm/issues/509#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Falgorithm001%2Falgorithm%2Fissues%2F509
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Falgorithm001%2Falgorithm%2Fissues%2F509
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=algorithm001%2Falgorithm
Reloadhttps://github.com/algorithm001/algorithm/issues/509
Reloadhttps://github.com/algorithm001/algorithm/issues/509
Reloadhttps://github.com/algorithm001/algorithm/issues/509
algorithm001 https://github.com/algorithm001
algorithmhttps://github.com/algorithm001/algorithm
Notifications https://github.com/login?return_to=%2Falgorithm001%2Falgorithm
Fork 149 https://github.com/login?return_to=%2Falgorithm001%2Falgorithm
Star 119 https://github.com/login?return_to=%2Falgorithm001%2Falgorithm
Code https://github.com/algorithm001/algorithm
Issues 547 https://github.com/algorithm001/algorithm/issues
Pull requests 46 https://github.com/algorithm001/algorithm/pulls
Actions https://github.com/algorithm001/algorithm/actions
Projects 0 https://github.com/algorithm001/algorithm/projects
Wiki https://github.com/algorithm001/algorithm/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/algorithm001/algorithm/security
Please reload this pagehttps://github.com/algorithm001/algorithm/issues/509
Insights https://github.com/algorithm001/algorithm/pulse
Code https://github.com/algorithm001/algorithm
Issues https://github.com/algorithm001/algorithm/issues
Pull requests https://github.com/algorithm001/algorithm/pulls
Actions https://github.com/algorithm001/algorithm/actions
Projects https://github.com/algorithm001/algorithm/projects
Wiki https://github.com/algorithm001/algorithm/wiki
Security https://github.com/algorithm001/algorithm/security
Insights https://github.com/algorithm001/algorithm/pulse
New issuehttps://github.com/login?return_to=https://github.com/algorithm001/algorithm/issues/509
New issuehttps://github.com/login?return_to=https://github.com/algorithm001/algorithm/issues/509
算法训练营第四周作业https://github.com/algorithm001/algorithm/issues/509#top
https://github.com/GeekUniversity
https://github.com/GeekUniversity
GeekUniversityhttps://github.com/GeekUniversity
on May 4, 2019https://github.com/algorithm001/algorithm/issues/509#issue-440307420
https://leetcode-cn.com/problems/longest-word-in-dictionary/https://leetcode-cn.com/problems/longest-word-in-dictionary/
https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/
https://leetcode-cn.com/problems/word-search-ii/https://leetcode-cn.com/problems/word-search-ii/
https://leetcode-cn.com/problems/majority-element/https://leetcode-cn.com/problems/majority-element/
https://leetcode-cn.com/problems/different-ways-to-add-parentheses/https://leetcode-cn.com/problems/different-ways-to-add-parentheses/
https://leetcode-cn.com/problems/burst-balloons/https://leetcode-cn.com/problems/burst-balloons/
https://leetcode-cn.com/problems/assign-cookies/https://leetcode-cn.com/problems/assign-cookies/
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/
https://leetcode-cn.com/problems/ipo/https://leetcode-cn.com/problems/ipo/
https://leetcode-cn.com/problems/letter-case-permutation/https://leetcode-cn.com/problems/letter-case-permutation/
https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/
https://leetcode-cn.com/problems/n-queens/https://leetcode-cn.com/problems/n-queens/
https://leetcode-cn.com/problems/min-cost-climbing-stairs/https://leetcode-cn.com/problems/min-cost-climbing-stairs/
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iv/https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iv/
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii/https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii/
https://leetcode-cn.com/problems/edit-distance/https://leetcode-cn.com/problems/edit-distance/
https://github.com/algorithm001/algorithm/blob/master/README.mdhttps://github.com/algorithm001/algorithm/blob/master/README.md
示例:【000-week1】关于二分查找的一些新的理解 #9https://github.com/algorithm001/algorithm/issues/9
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.