數據結構:字符串(堆)——基本操作

數據結構的重要行不言而喻,簡單介紹我在這部分遇到的一些問題,希望對大家有少許幫助。 首先實現的多個操作: 代碼: #include<stdio.h> #include<stdlib.h> #include<string.h> #define OK 1 #define ERROR -1 #define OVERFLOW -3 #define BIG 2 #define EQUAL 0 #define
相關文章
相關標籤/搜索