随笔分类 - 链表
摘要:单链表不会数组模拟的参考此博客:https://blog.csdn.net/Satur9/article/details/104072845?depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromBaid
        阅读全文
            
摘要:只要知道指针的作用就课以简单理解: #include<iostream> using namespace std; struct node { int date; node *next; } node *p,*r,*head; int main() { int x; cin >> x; head =
        阅读全文
            
                    
                
浙公网安备 33010602011771号