Title: 算法训练营(深圳站)第一周作业 · Issue #1 · algorithm003/algorithm · GitHub
Open Graph Title: 算法训练营(深圳站)第一周作业 · Issue #1 · algorithm003/algorithm
X Title: 算法训练营(深圳站)第一周作业 · Issue #1 · algorithm003/algorithm
Description: 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; 有的题目可能需要结合多个算法或数据结构进行求解。 第一周题目 数组、链表 简单:...
Open Graph Description: 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; ...
X Description: 要求 每周至少完成给定题目中的两道算法题 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) 第一周作业特别要求:根据你的理解和掌握程度,绘制一张属于你自己的数据结构和算法知识脑图。脑图请放在学习总结中一起提交。 注意事项 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; ...
Opengraph URL: https://github.com/algorithm003/algorithm/issues/1
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/algorithm003/algorithm/issues/2\r\n\u003e 使用语言:","author":{"url":"https://github.com/GeekUniversity","@type":"Person","name":"GeekUniversity"},"datePublished":"2019-06-01T07:33:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":206},"url":"https://github.com/1/algorithm/issues/1"}
| 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:6db26b66-5e9a-dd4b-2680-d502e77609f9 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8E0C:183EDE:1E60520:289F3B5:697AAD49 |
| html-safe-nonce | a3ae9ef4544dab21f4b193efb1dd993adf69958f2eb08c6a92f1ee66464ddcb8 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTBDOjE4M0VERToxRTYwNTIwOjI4OUYzQjU6Njk3QUFENDkiLCJ2aXNpdG9yX2lkIjoiNDU3OTQ0NjQ5MTE4MTY2MzQ2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 672eeb0c02e1af7ce49e85d0e11617639ea4723d8ab86d34dd0af9e81e01862e |
| hovercard-subject-tag | issue:451057025 |
| 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/algorithm003/algorithm/1/issue_layout |
| twitter:image | https://opengraph.githubassets.com/4c1ab5d15739ae43aedd1259b13717cf5d30c3022a98ab04e15951d2e5b6ec05/algorithm003/algorithm/issues/1 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/4c1ab5d15739ae43aedd1259b13717cf5d30c3022a98ab04e15951d2e5b6ec05/algorithm003/algorithm/issues/1 |
| 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 | 33acda8ebf71b04c9d33b494d2b6e0db48193ec89eb3ad92a9539d491fa9a3da |
| turbo-cache-control | no-preview |
| go-import | github.com/algorithm003/algorithm git https://github.com/algorithm003/algorithm.git |
| octolytics-dimension-user_id | 51258283 |
| octolytics-dimension-user_login | algorithm003 |
| octolytics-dimension-repository_id | 189704070 |
| octolytics-dimension-repository_nwo | algorithm003/algorithm |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 189704070 |
| octolytics-dimension-repository_network_root_nwo | algorithm003/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 | 4f714a84d3384e467839505ed65f968fc01aedf1 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width