We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
大佬您好,我是一个学生,302行到314能不能给我讲讲呢? 我看了还是不明白 ph是全局头指针,head也是头指针?? if(head) { if(ph) { tail->next=ph; ———— ph=head; ——————这两句是什么思想呢??
The text was updated successfully, but these errors were encountered:
head 是临时输入建立的头指针,输入完之后,新输入的结点都用头插法插入原有的链表。N年前写的代码了😂
Sorry, something went wrong.
如上
No branches or pull requests
大佬您好,我是一个学生,302行到314能不能给我讲讲呢? 我看了还是不明白 ph是全局头指针,head也是头指针??
if(head) {
if(ph) {
tail->next=ph; ————
ph=head; ——————这两句是什么思想呢??
The text was updated successfully, but these errors were encountered: