文件名称:c语言ADT集合
文件大小:5KB
文件格式:C
更新时间:2020-12-30 18:51:27
集合set
c语言ADT抽象数据类型版创建集合This assignment is about Abstract Data Types (ADTs). One such ADT, to implement a simple (resizeable) 1D Array, is provided and then you are expected to create one, in a similar style, to implement sets. The framework for testing both the Array ADT, and your own Set ADT (when you’ve finished it) are provided in the form of test .c files, and a Makefile to take care of the compilation.