随笔分类 -  数据结构(c语言)

顺序表(完美运行)
摘要:#include"stdafx.h"#include"targetver.h"#include<stdio.h>#include<tchar.h>#include<iostream> using namespace std; #define Maxsize 100 //最大空间 typedef st 阅读全文
posted @ 2020-04-28 10:36 好好活着活到春天 阅读(245) 评论(0) 推荐(0)
链表(完美运行)
摘要:// three.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h" #include "targetver.h"#include <stdio.h>#include <tchar.h> #include<iostream>using namespace std; 阅读全文
posted @ 2020-04-28 10:23 好好活着活到春天 阅读(276) 评论(0) 推荐(0)