Title: [014-week1] 第一周刷题总结 · Issue #302 · algorithm002/algorithm · GitHub
Open Graph Title: [014-week1] 第一周刷题总结 · Issue #302 · algorithm002/algorithm
X Title: [014-week1] 第一周刷题总结 · Issue #302 · algorithm002/algorithm
Description: 学习心得: 本周主要挑选了几道数组的题目,用来可以联系数组的一些操作。因为在之前本人的算法学习中,发现其实递归什么的虽然难,但是有了特定的模板后,基本面试做题不会懵。但是一些数组涉及到下标操作的(这些题目往往有特点是题目要求强调空间复杂度O(1)的原地操作),这些题比较绕,在面试的时候也比较容易卡壳。练习下来的心得是,可以适当地背一些题目的Code,尤其是一些数组边界条件的处理。
Open Graph Description: 学习心得: 本周主要挑选了几道数组的题目,用来可以联系数组的一些操作。因为在之前本人的算法学习中,发现其实递归什么的虽然难,但是有了特定的模板后,基本面试做题不会懵。但是一些数组涉及到下标操作的(这些题目往往有特点是题目要求强调空间复杂度O(1)的原地操作),这些题比较绕,在面试的时候也比较容易卡壳。练习下来的心得是,可以适当地背一些题目的Code,尤其是一些数组边界条件的处理。
X Description: 学习心得: 本周主要挑选了几道数组的题目,用来可以联系数组的一些操作。因为在之前本人的算法学习中,发现其实递归什么的虽然难,但是有了特定的模板后,基本面试做题不会懵。但是一些数组涉及到下标操作的(这些题目往往有特点是题目要求强调空间复杂度O(1)的原地操作),这些题比较绕,在面试的时候也比较容易卡壳。练习下来的心得是,可以适当地背一些题目的Code,尤其是一些数组边界条件的处理。
Opengraph URL: https://github.com/algorithm002/algorithm/issues/302
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[014-week1] 第一周刷题总结","articleBody":"学习心得:\r\n 本周主要挑选了几道数组的题目,用来可以联系数组的一些操作。因为在之前本人的算法学习中,发现其实递归什么的虽然难,但是有了特定的模板后,基本面试做题不会懵。但是一些数组涉及到下标操作的(这些题目往往有特点是题目要求强调空间复杂度O(1)的原地操作),这些题比较绕,在面试的时候也比较容易卡壳。练习下来的心得是,可以适当地背一些题目的Code,尤其是一些数组边界条件的处理。","author":{"url":"https://github.com/confidence93","@type":"Person","name":"confidence93"},"datePublished":"2019-07-15T02:23:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/302/algorithm/issues/302"}
| 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:82dc4e20-47d4-0d4f-4476-e01219553483 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8D74:1298D8:33B3AB4:45BA81F:69706EAD |
| html-safe-nonce | 32157092264bbea6439971641419865f69aaf0489173ae8bad9478a0b26eacf0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDc0OjEyOThEODozM0IzQUI0OjQ1QkE4MUY6Njk3MDZFQUQiLCJ2aXNpdG9yX2lkIjoiNzczNzQ3Mjc1NzYyMzk3NTU5NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 37108aeb664b82ea3c2170b8617db2d22c6d3b6e6a5bb2a7a870c8544718b406 |
| hovercard-subject-tag | issue:467915929 |
| 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/302/issue_layout |
| twitter:image | https://opengraph.githubassets.com/75f51401a888427b158fe93ad2d68c224452b5d8f154ce657e3b634daabef9ab/algorithm002/algorithm/issues/302 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/75f51401a888427b158fe93ad2d68c224452b5d8f154ce657e3b634daabef9ab/algorithm002/algorithm/issues/302 |
| og:image:alt | 学习心得: 本周主要挑选了几道数组的题目,用来可以联系数组的一些操作。因为在之前本人的算法学习中,发现其实递归什么的虽然难,但是有了特定的模板后,基本面试做题不会懵。但是一些数组涉及到下标操作的(这些题目往往有特点是题目要求强调空间复杂度O(1)的原地操作),这些题比较绕,在面试的时候也比较容易卡壳。练习下来的心得是,可以适当地背一些题目的Code,尤其是一些数组边界条件的处理。 |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | confidence93 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2 |
| 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 | 7d6181066430cc06553c8396ca201e194ae33cb9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width