René's URL Explorer Experiment


Title: 【001-毕业总结】算法:一切都还在路上 · Issue #295 · algorithm002/algorithm · GitHub

Open Graph Title: 【001-毕业总结】算法:一切都还在路上 · Issue #295 · algorithm002/algorithm

X Title: 【001-毕业总结】算法:一切都还在路上 · Issue #295 · algorithm002/algorithm

Description: 一个月的刻意练习算是告一段落了,但后面还要更长的路要走... 最开始: 每次提交代码时,都会非常的注意到执行完成的时间与使用的内存,再看看自己战胜了多少人。 我给自己自己定的目标是,超过 80% 的提交者,这样的话我觉得这个代码算是比较好的。 如果是只有超过 30% 及以下的提交者,那我会觉得这个代码会很low,往往是暴力法来解决的问题,会尝试着寻找新的满意的答案。 当发现自己有时焦头烂额想不到好的办法的时候,阅读一下别人写的好的代码,那样的感觉 so cool. 代码...

Open Graph Description: 一个月的刻意练习算是告一段落了,但后面还要更长的路要走... 最开始: 每次提交代码时,都会非常的注意到执行完成的时间与使用的内存,再看看自己战胜了多少人。 我给自己自己定的目标是,超过 80% 的提交者,这样的话我觉得这个代码算是比较好的。 如果是只有超过 30% 及以下的提交者,那我会觉得这个代码会很low,往往是暴力法来解决的问题,会尝试着寻找新的满意的答案。 当发现自己有时焦头烂额想...

X Description: 一个月的刻意练习算是告一段落了,但后面还要更长的路要走... 最开始: 每次提交代码时,都会非常的注意到执行完成的时间与使用的内存,再看看自己战胜了多少人。 我给自己自己定的目标是,超过 80% 的提交者,这样的话我觉得这个代码算是比较好的。 如果是只有超过 30% 及以下的提交者,那我会觉得这个代码会很low,往往是暴力法来解决的问题,会尝试着寻找新的满意的答案。 当发现自己有时焦头烂额想...

Opengraph URL: https://github.com/algorithm002/algorithm/issues/295

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"【001-毕业总结】算法:一切都还在路上","articleBody":"一个月的刻意练习算是告一段落了,但后面还要更长的路要走...\r\n# 最开始:\r\n每次提交代码时,都会非常的注意到执行完成的时间与使用的内存,再看看自己战胜了多少人。 我给自己自己定的目标是,超过 80% 的提交者,这样的话我觉得这个代码算是比较好的。 如果是只有超过 30% 及以下的提交者,那我会觉得这个代码会很low,往往是暴力法来解决的问题,会尝试着寻找新的满意的答案。 当发现自己有时焦头烂额想不到好的办法的时候,阅读一下别人写的好的代码,那样的感觉 so cool. 代码简洁而优雅,像是欣赏一位美丽优雅的女子一样,自己表现的专注而有神。\r\n\r\n在学习数据结构与算法的过程当中,我觉得最重要的事情是 开拓了自己的思维。 以前自己想问题都是从前往后的线性结构,通过学习算法之后,学到了另外三种思维的方式。 1、从后往前;2、从中间向两端延伸;3、从两端向中间夹。\r\n\r\n# 然后:\r\n然后感觉刷题更有感觉了,不知不觉当中,在 LeetCode上面的刷题的数量超过50了,下次老师再提问,自己就是50+的选手了\r\n这一周当中的题目主要是 哈希表 和 树 。 哈希表在日常使用率很高,Key 与 Value 的形式会让其功能很强大,比如说 去重、计数等等。\r\n这两周来说的话印象更深的是 树 ,两周的题目当中都有树的题目,还有相同的题目,可能是为了让咱们练习五毒神掌吧。\r\n经过两周的刷题练习,能明显感觉到的一点是:看到题目后,第一想法里面需要使用哪种数据结构来解题了,这种感觉挺好。\r\n第一周还在拣软柿子捏,第二周也是尽量的从难度为中等的开始,中午休息时间就练一练简单的题目,找一找爽一把的感觉,哈哈。\r\n逐渐的感觉到 平时刷题 好像要形成习惯了,脑子里经常想着刷题的事,想着题目,模拟解题思路.\r\n\r\n# 后来:\r\n追求进步,尽量思考题解的多种方式,由此衍生而来的是,一个题目可以多种解题方式,工作和生活当中的问题肯定也可以有多个解决方案。尽可能的分析这个解题方式的 时间复杂度 和 空间复杂度 。 能够知道算法的优劣性\r\n虐自己 和 找成就感,当感觉自己思维听清晰的时刻,尝试着找难度较大一点的题来做,寻找被虐的感觉,相当于 刻意练习当中所说的脱离舒适区,然后看别人的多个解法,学习他们的解题方式和思维。找成就感是 比如说中午休息的时候,随便找几个难度系数为简单的题目练练手,增加一点点成就感。\r\n\r\n# 现在:\r\n一个月的时间说长不长,说短不短,就这么过去了,回顾起来,这一个月真是充实了许多,正如《刻意练习》 整本书里所说的:脱离舒适区,给自己制定目标,有针对性的练习,能够及时得到反馈,和优秀的人一起学习。最后用一句话来作为结束语:学会刻意练习,人人都能成为大师\r\n\r\n\r\n","author":{"url":"https://github.com/AAluoxiang","@type":"Person","name":"AAluoxiang"},"datePublished":"2019-07-07T16:16:50.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/295/algorithm/issues/295"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d97602a7-96cf-c935-7964-b9c58f23b742
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDA1E:388B78:1A7D1C2:22726AD:696B32E2
html-safe-nonce95562f16726d0096ef06163c7415d7f6d8fafe3800c7c358f17896120544d21e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTFFOjM4OEI3ODoxQTdEMUMyOjIyNzI2QUQ6Njk2QjMyRTIiLCJ2aXNpdG9yX2lkIjoiMjQ2NTU1MjY2NTcwMjAzODc0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac3f3c6adc39a047c22fe859076805c46ac9d839dc252c5a81d0e8da0fc5852816
hovercard-subject-tagissue:464968530
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/algorithm002/algorithm/295/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b866522e2a0af1e1ca0661952cf4a81cade8c1e2176f92c3e1f96004775f9184/algorithm002/algorithm/issues/295
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b866522e2a0af1e1ca0661952cf4a81cade8c1e2176f92c3e1f96004775f9184/algorithm002/algorithm/issues/295
og:image:alt一个月的刻意练习算是告一段落了,但后面还要更长的路要走... 最开始: 每次提交代码时,都会非常的注意到执行完成的时间与使用的内存,再看看自己战胜了多少人。 我给自己自己定的目标是,超过 80% 的提交者,这样的话我觉得这个代码算是比较好的。 如果是只有超过 30% 及以下的提交者,那我会觉得这个代码会很low,往往是暴力法来解决的问题,会尝试着寻找新的满意的答案。 当发现自己有时焦头烂额想...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameAAluoxiang
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/algorithm002/algorithm git https://github.com/algorithm002/algorithm.git
octolytics-dimension-user_id50957709
octolytics-dimension-user_loginalgorithm002
octolytics-dimension-repository_id188251266
octolytics-dimension-repository_nwoalgorithm002/algorithm
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id188251266
octolytics-dimension-repository_network_root_nwoalgorithm002/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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/algorithm002/algorithm/issues/295#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Falgorithm002%2Falgorithm%2Fissues%2F295
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%2Falgorithm002%2Falgorithm%2Fissues%2F295
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=algorithm002%2Falgorithm
Reloadhttps://github.com/algorithm002/algorithm/issues/295
Reloadhttps://github.com/algorithm002/algorithm/issues/295
Reloadhttps://github.com/algorithm002/algorithm/issues/295
algorithm002 https://github.com/algorithm002
algorithmhttps://github.com/algorithm002/algorithm
Notifications https://github.com/login?return_to=%2Falgorithm002%2Falgorithm
Fork 53 https://github.com/login?return_to=%2Falgorithm002%2Falgorithm
Star 43 https://github.com/login?return_to=%2Falgorithm002%2Falgorithm
Code https://github.com/algorithm002/algorithm
Issues 185 https://github.com/algorithm002/algorithm/issues
Pull requests 0 https://github.com/algorithm002/algorithm/pulls
Actions https://github.com/algorithm002/algorithm/actions
Projects 0 https://github.com/algorithm002/algorithm/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/algorithm002/algorithm/security
Please reload this pagehttps://github.com/algorithm002/algorithm/issues/295
Insights https://github.com/algorithm002/algorithm/pulse
Code https://github.com/algorithm002/algorithm
Issues https://github.com/algorithm002/algorithm/issues
Pull requests https://github.com/algorithm002/algorithm/pulls
Actions https://github.com/algorithm002/algorithm/actions
Projects https://github.com/algorithm002/algorithm/projects
Security https://github.com/algorithm002/algorithm/security
Insights https://github.com/algorithm002/algorithm/pulse
New issuehttps://github.com/login?return_to=https://github.com/algorithm002/algorithm/issues/295
New issuehttps://github.com/login?return_to=https://github.com/algorithm002/algorithm/issues/295
【001-毕业总结】算法:一切都还在路上https://github.com/algorithm002/algorithm/issues/295#top
https://github.com/AAluoxiang
https://github.com/AAluoxiang
AAluoxianghttps://github.com/AAluoxiang
on Jul 7, 2019https://github.com/algorithm002/algorithm/issues/295#issue-464968530
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.