FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
algorithm/Week_01/id_3/NOTE.md at master · feixiangcode/algorithm · GitHub
feixiangcode
/
algorithm
Public
forked from
algorithm001/algorithm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
algorithm
/
Week_01
/
id_3
/
NOTE.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (6 loc) · 449 Bytes
Breadcrumbs
algorithm
/
Week_01
/
id_3
/
NOTE.md
Copy path
File metadata and controls
6 lines (6 loc) · 449 Bytes
Raw
Copy raw file
Download raw file
Edit and raw actions
学习笔记
本周投身项目,时间不是很充足,只做了两道简单的算法题,周日如果没事,会补做第一周的其他作业
做了两道题:83(合并有序链表)和21(删除有序链表中的重复元素)
心得:
ListNode *p 只是指针,如果引用未初始化的p, 比如p->next 就会发生访问访问野指针,编译器报segment fault
构造测试数据可以通过命令行传参: int main(int argc, char *argv[])
Back
|
FazBrowse Home
|
New Git URL