Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【126-Week 01】学习总结 #146

Open
LYWang20 opened this issue Oct 20, 2019 · 0 comments
Open

【126-Week 01】学习总结 #146

LYWang20 opened this issue Oct 20, 2019 · 0 comments

Comments

@LYWang20
Copy link
Contributor

第一周的课程学习下来,主要是一些解题思路比较重要,另外还需要大量的时间将这些思路在题目上进行练习。

  1. 左右指针来确定最大面积,要比双层的嵌套循环的时间复杂度要好很多。
  2. 用空间换时间,可以用多维的数据结构来代替一维的数据结构,从而来减少时间复杂度(新接触的跳表这一个数据结构)。
  3. 可以多去LeetCode国际站上多看看其他国家的网友的解题思路,多看之后还需要多练。
@LYWang20 LYWang20 changed the title 【126 - Week 01】学习总结 【126-Week 01】学习总结 Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant