Title: 算法训练营(上海站)第一周作业 · Issue #2 · algorithm002/algorithm · GitHub
Open Graph Title: 算法训练营(上海站)第一周作业 · Issue #2 · algorithm002/algorithm
X Title: 算法训练营(上海站)第一周作业 · Issue #2 · algorithm002/algorithm
Description: 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; 有的题目可能需要结合多个算法或数据结构进行求解。 第一周题目 数组、链表 简单:...
Open Graph Description: 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; ...
X Description: 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; ...
Opengraph URL: https://github.com/algorithm002/algorithm/issues/2
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"算法训练营(上海站)第一周作业","articleBody":"# 要求\r\n\r\n1. 每周至少完成给定题目中的两道算法题\r\n2. 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限)\r\n3. **第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。**\r\n\r\n# 注意事项\r\n\r\n1. 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习;\r\n2. 有的题目可能需要结合多个算法或数据结构进行求解。\r\n\r\n# 第一周题目\r\n\r\n## 数组、链表\r\n\r\n简单:https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/ \r\n简单:https://leetcode-cn.com/problems/rotate-array/ \r\n简单:https://leetcode-cn.com/problems/merge-two-sorted-lists/\r\n简单:https://leetcode-cn.com/problems/merge-sorted-array/\r\n中等:https://leetcode-cn.com/problems/swap-nodes-in-pairs/\r\n中等:https://leetcode-cn.com/problems/3sum/ \r\n\r\n## Map \u0026 Set\r\n\r\n简单:https://leetcode-cn.com/problems/valid-anagram/\r\n中等:https://leetcode-cn.com/problems/group-anagrams/\r\n\r\n## 堆栈、队列\r\n\r\n简单:https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in-string/\r\n简单:https://leetcode-cn.com/problems/remove-outermost-parentheses/\r\n困难:https://leetcode.com/problems/largest-rectangle-in-histogram/ \r\n困难:https://leetcode.com/problems/trapping-rain-water/\r\n\r\n## 二分查找\r\n\r\n简单:https://leetcode-cn.com/problems/arranging-coins/\r\n中等:https://leetcode-cn.com/problems/powx-n/\r\n困难:https://leetcode-cn.com/problems/dungeon-game/\r\n\r\n## 递归\r\n\r\n简单:https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/\r\n简单:https://leetcode-cn.com/problems/symmetric-tree/\r\n简单:https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/\r\n简单:https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes/\r\n简单:https://leetcode-cn.com/problems/binary-tree-paths/\r\n简单:https://leetcode-cn.com/problems/range-sum-of-bst/\r\n中等:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/\r\n\r\n# 作业提交规则\r\n\r\n1. 在提交作业之前,请先阅读这里的 README 文档:\r\nhttps://github.com/algorithm002/algorithm/blob/master/README.md\r\n2. 然后在此 Issues 下按照如下格式回复(示例见一楼):\r\n\r\n\u003e #作业提交\r\n\u003e 学号:\r\n\u003e username:\r\n\u003e 代码作业:(填写自己仓库下对应的作业链接即可,同时记得给本仓库提交 pull request)\r\n\u003e 学习总结:发表自己本周的学习感言 issues,并提交链接,issues 标题格式:“【学号后三位-week1】+文章标题”,格式参考:https://github.com/algorithm002/algorithm/issues/1\r\n\u003e 使用语言:","author":{"url":"https://github.com/GeekUniversity","@type":"Person","name":"GeekUniversity"},"datePublished":"2019-05-24T03:26:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":209},"url":"https://github.com/2/algorithm/issues/2"}
| 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:709d7f1f-2fe2-cbc7-479b-698345093849 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8D00:2877C9:1A9041:22CBF9:696B9B61 |
| html-safe-nonce | fc43c70e84f400e0d4485738159178cea8868cae8fd229d14fc2c42a9af4ed91 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDAwOjI4NzdDOToxQTkwNDE6MjJDQkY5OjY5NkI5QjYxIiwidmlzaXRvcl9pZCI6IjI4NTU0MTI2OTM4NzI2NDcwMDkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 06af01d5735d701dbc9778ecdc267e92b84d18d2584f6572b247e425e4403bea |
| hovercard-subject-tag | issue:447962468 |
| 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/algorithm002/algorithm/2/issue_layout |
| twitter:image | https://opengraph.githubassets.com/408cb460292cdff7554d50862d700768444d42afc0d3bc931b2e7b4bb47568a6/algorithm002/algorithm/issues/2 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/408cb460292cdff7554d50862d700768444d42afc0d3bc931b2e7b4bb47568a6/algorithm002/algorithm/issues/2 |
| og:image:alt | 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | GeekUniversity |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| go-import | github.com/algorithm002/algorithm git https://github.com/algorithm002/algorithm.git |
| octolytics-dimension-user_id | 50957709 |
| octolytics-dimension-user_login | algorithm002 |
| octolytics-dimension-repository_id | 188251266 |
| octolytics-dimension-repository_nwo | algorithm002/algorithm |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 188251266 |
| octolytics-dimension-repository_network_root_nwo | algorithm002/algorithm |
| 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 | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width